BinghamtonUniversity / IAMBing

A Highly Configurable Identity & Access Management (IAM) Engine
MIT License
3 stars 0 forks source link

Handle Failed Jobs #7

Closed timcortesi closed 2 years ago

timcortesi commented 2 years ago

If a job fails, it should fail in such a way that it stays in the queue for a retry at some later time.

This means that we need to make sure our jobs fail appropriately in such a way that they can be retried at a later time

timcortesi commented 2 years ago

Complete