-
Notifications
You must be signed in to change notification settings - Fork 0
Update ponos to v 5 #110
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
Update ponos to v 5 #110
Conversation
| tasks: [ | ||
| { | ||
| name: program.queue, | ||
| jobSchema: joi.object({}).unknown() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well not define this ... It's an optional argument
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe keep it? at least it will validate that job is an object
|
few naming nits but super nice work! getting everything nice and CLEAN |
Update to ponos,
renamed queues to follow our convention.
Requires devops-scripts change CodeNow/devops-scripts#549