Automate creating of multiple IDs, badges and cards for different people. Just upload your template and start generating your cards with different information.
Apache License 2.0
1
stars
1
forks
source link
Fix: Error is raised when retrying failed tasks for OPENSPP #92
Remove the exception on retry. If ProtocolError was raised and added to retry, it will call an error saying that the error should be initialized with parameters
self.retry(exc=e, countdown=30)
The first exception raised will be shown in the logs instead.
Added restart: Always on prod config for celery
Refactor celery task to update the status of Batch record to error_merging when the task failed instead on the first retry.
self.retry(exc=e, countdown=30)
restart: Always
on prod config for celeryerror_merging
when the task failed instead on the first retry.