Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Jobs via HTTP endpoint #144

Open
olttwa opened this issue Dec 15, 2023 · 1 comment
Open

Create Jobs via HTTP endpoint #144

olttwa opened this issue Dec 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@olttwa
Copy link
Member

olttwa commented Dec 15, 2023

Goose jobs require around 6 types of data:

  1. Fully-qualified function-symbol
  2. Args
  3. Timestamp
  4. Broker config
  5. Retry config
  6. 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.

@olttwa olttwa added the enhancement New feature or request label Dec 15, 2023
@olttwa
Copy link
Member Author

olttwa commented Dec 15, 2023

This feature was suggested/requested by @ejstembler

@olttwa olttwa changed the title Provision to create Jobs via HTTP endpoint Create Jobs via HTTP endpoint Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant