Task Status Exporter
See original GitHub issueHi, Use case: Task status is exported on task completion. Is there a way to export Task completion status with the following payload:
{
workFlowId:"",
taskId:"",
taskRefName:"",
payload:"${$workflow.input.*}"
}
One way is to maintain a registry of the tasks running and poll Conductor for their statuses. Since this is not the best approach, what other options do we have?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
A Prometheus exporter for Celery metrics - GitHub
Uses the built in real-time monitoring component in Celery to expose Prometheus metrics; Tracks task status (task-started, task-succeeded, task-failed etc) ...
Read more >How to monitor Celery task completion with Prometheus
I've written an exporter for the purpose of monitoring task status here - https://github.com/danihodovic/celery-exporter. enter image ...
Read more >Export-ScheduledTask - Microsoft Learn
This command exports the UpdateDrivers scheduled task in the \UpdateTasks\ folder into an XML string. The command lists the XML string as its...
Read more >airflow-exporter - PyPI
Airflow plugin to export dag and task based metrics to Prometheus. ... Value: 0 or 1 depending on wherever the current state of...
Read more >Workspace Task Data Export (CSV) - ClickUp Help
What is Included in an Export · Task ID · Task Custom ID · Task Name · Task Description (included under the Task...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
IIUC, your use-case is to be notified using eventing when a task has moved to a terminal status? Is that correct?
You got it right. Future Release, okay.thanks @apanicker-nflx ! will do