goose
goose copied to clipboard
Create Jobs via HTTP endpoint
Goose jobs require around 6 types of data:
- Fully-qualified function-symbol
- Args
- Timestamp
- Broker config
- Retry config
- Batch/Cron config
When accepting Job details via JSON or other serializing format, it is possible to construct all the above data.
However, args will have one limitation: their data-type will be limited to string, number and boolean.
This feature was suggested/requested by @ejstembler