Skip to content

Change queue behaviour to ensure things run if azure kills the container #20

Description

@jordan-evens

Right now the queue message is read and if the run isn't completely done with everything at the final check then a new message is added to the queue.

Seems like when azure times a job out and kills it then it ignores the retry count option (maybe the time is overall and not per attempt?)

Want to change it to add a message to queue at start of run and delete it if the run is complete, so that if the run is killed then there is a message in the queue that will retrigger it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions