oncall-engine/engine/apps/grafana_plugin/tasks
Michael Derynck 6a08fdc145
Do not retry start_sync_organization (#1856)
start_sync_organization is scheduled to run every 30 mins. Countdown is
not specified so the default countdown with exponential backoff will
result in retries happening after the next 30 min trigger. If it is in a
state where it is retrying for a long period of time (>30 mins) it will
stack up too many redundant sync_organization_async tasks when it
finally does succeed.
2023-05-02 02:33:26 +00:00
..
__init__.py Sync users and teams on tf requests (#1180) 2023-01-24 13:44:07 +08:00
sync.py Do not retry start_sync_organization (#1856) 2023-05-02 02:33:26 +00:00