datamongus
09/11/2024, 5:13 PM3.0.1
when I instantiate a flow more frequently than not the first task does not display on the graph even though the logs indicate the task was created. Further more, I see 404 errors in the console at the path /api/task_runs/{task_id}
. When I check the prefect database (postgres) I can confirm that the task_run
table also does not have a record of the task_id
.
The workers are ECS tasks
Prefect Version 3.0.1Jake Kaplan
09/11/2024, 5:40 PMdatamongus
09/11/2024, 5:40 PMJake Kaplan
09/11/2024, 5:47 PM3.0.1
2. Set PREFECT_DEBUG_MODE=1
on your client and server
3. Set PREFECT_LOGGING_SERVER_LEVEL=DEBUG
on your server (and restart so it takes effect)
4. Running a very simple task and tracking the expected logs client side and server side datamongus
09/11/2024, 5:49 PMdatamongus
09/11/2024, 5:49 PMJake Kaplan
09/11/2024, 5:49 PMJake Kaplan
09/11/2024, 5:50 PMdatamongus
09/11/2024, 5:51 PMJake Kaplan
09/11/2024, 5:56 PMdatamongus
09/12/2024, 2:45 PMJake Kaplan
09/13/2024, 4:50 PMdatamongus
09/13/2024, 5:47 PMdatamongus
09/13/2024, 5:47 PMJake Kaplan
09/13/2024, 6:47 PMERROR - EventsWorker failed with n pending items
and you can view those in the UI? but you can't view task runs themselvesdatamongus
09/13/2024, 6:48 PMdatamongus
09/13/2024, 6:48 PMdatamongus
09/13/2024, 6:49 PMJake Kaplan
09/13/2024, 6:57 PMPREFECT_LOGGING_SERVER_LEVEL=DEBUG
on the server and track the task run event server side being received and sent to the TaskRunRecorder
service? or any errors?
• Would you be able to share in this chat a copy of the full task run event jsons:
◦ one generated locally
◦ one generated on ECS