question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Task Status Exporter

See original GitHub issue

Hi, 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kushalhaldercommented, Mar 17, 2020

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.

0reactions
optimal-rhythmcommented, Jul 14, 2020

thanks @apanicker-nflx ! will do

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found