Ron Van Buskirk
06/08/2020, 6:46 PM...
[2020-06-05 15:50:12,454] INFO - prefect.TaskRunner | Task 'task a': Starting task run...
[2020-06-05 17:15:04,576] INFO - prefect.TaskRunner | Task 'task a': finished task run for task with final state: 'Success'
[2020-06-05 17:15:04,576] INFO - prefect.TaskRunner | Task 'task b': Starting task run...
[2020-06-06 05:22:27,199] INFO - prefect.TaskRunner | Task 'task b': finished task run for task with final state: 'Success'
[2020-06-08 14:23:12,015] INFO - prefect.TaskRunner | Task 'task c': Starting task run...
Is there anything that I could have accidentally entered in the terminal that would have put it into some type of 'wait' state? Or any other suggestions about things I could check?nicholas
06/08/2020, 7:00 PMAvi A
06/08/2020, 7:02 PM-vf
will give a more verbose output, and show output from the tasks themselves. For me it really helped in debugging issues where the tasks wouldn’t report their status to the core server for various reasonsRon Van Buskirk
06/08/2020, 7:30 PMnicholas
06/08/2020, 7:31 PMRon Van Buskirk
06/08/2020, 7:33 PM-vf
flags. Good to know, and will try that in future troubleshooting 👍