OpenConceptLab / ocl_issues

Issues for all OCL repos. NOTE: Install ZenHub Browser Extension and request access to the OCL Roadmap board to view all issues and to contribute
4 stars 2 forks source link

Create alarms for performance/stability metrics #1637

Open rkorytkowski opened 1 year ago

rkorytkowski commented 1 year ago

We need to have a number of alarms setup for all envs:

rkorytkowski commented 1 year ago

@snyaggarwal I assume we don't log anything to identify long pending or running tasks?

Could celery beat easily run a task to log warnings e.g. WARN task with ID is pending for 1h and WARN task with ID is running for 12h?

snyaggarwal commented 1 year ago

Yes by inspecting workers we should be able to write something.

paynejd commented 10 months ago

@rkorytkowski is this done?