Jonny
10/18/2024, 1:40 PMMarvin
10/18/2024, 1:40 PMKeyboardInterrupt
or SIGTERM
(source: Prefect 3 Documentation).
To troubleshoot this issue, consider the following:
1. Check Infrastructure: Ensure that the machine or environment running Prefect is stable and has enough resources (CPU, memory, etc.).
2. Inspect Logs: Review any additional logs Prefect provides for more clues about what happened right before the crash.
3. Re-run the Task: Try re-running the task to see if the issue was a transient one.
If these don't help, you might want to delve deeper into the specific conditions under which your task failed, such as network connectivity issues or other external dependencies.Jonny
10/18/2024, 1:44 PMMarvin
10/18/2024, 1:44 PM