Skip to content

Cron jobs and events #95

@jeroenrinzema

Description

@jeroenrinzema

Flows should be able to be triggered by events and cron jobs. Events and cron jobs should be modules passed to Semaphore. This allows for multiple modules being developed and the ability to develop specific modules for specific environments.
Below is some proposed syntax. The final syntax is not decided yet.

event "SendEmail" "nats" "orders" {
  // additional options could be passed over here
}

cron "SendEmail" "0 * * * *" {
  // additional options could be passed over here
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions