Categorygithub.com/Julien4218/temporal-workflow-scheduler
repository
0.0.0-20231122183250-81b45615f5f8
Repository: https://github.com/julien4218/temporal-workflow-scheduler.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

temporal-workflow-scheduler

Development

Requirements

  • Go 1.19+
  • GNU Make
  • git

Local

Use https://github.com/temporalio/docker-compose and eventually the reverse proxy https://ngrok.com/ when not running on the same host. When not running local, create a .env file at the root and set the TEMPORAL_HOSTPORT environment variable with the hostport information from grok. For example syntax ngrok tcp 7233 and look for the Forwarding tcp connection

To use the Temporal Cluster UI from a remote host, you can also use ngrok http 8080 then access it with the provided https Forwarding URL.

Build & Execute

When running on a macos/arm host:

make clean compile-only
./bin/darwin/worker

To compile, run tests and linter

make