Marvin
09/11/2020, 9:43 PMEric
09/11/2020, 10:23 PMMarvin
09/11/2020, 10:23 PMEric
09/11/2020, 10:28 PMRon Van Buskirk
09/11/2020, 10:30 PMMarvin
09/11/2020, 10:30 PMHui Zheng
09/11/2020, 11:22 PMMarvin
09/11/2020, 11:22 PMJack Sundberg
09/11/2020, 11:26 PMMarvin
09/11/2020, 11:26 PMMarwan Sarieddine
09/11/2020, 11:52 PMMarvin
09/11/2020, 11:52 PMjust_sung
09/12/2020, 1:37 AMMarvin
09/12/2020, 1:37 AMtas
09/12/2020, 6:48 AMMarvin
09/12/2020, 6:48 AMkarteekaddanki
09/12/2020, 9:14 AMFailed after exceeding scheduled work SLA
I tried to search the docs but couldn't find anything. I'm guessing (by eyeballing the scheduled time and the finish time) if a flow is waiting to be run in the queue for more than 24 hours, it gets killed? Is this a configurable parameter? With this limitation, I cannot seem to backfill a large number of heavy jobs at once.Leonard Marcq
09/12/2020, 1:52 PMThe Prefect platform runs a variety of automatic services to ensure workflow semantics are respected robustly. The Scheduler is present in both Prefect Core's server and Cloud, while the others are exclusive to Prefect Cloud.https://docs.prefect.io/orchestration/concepts/services.html I take that to mean that Lazarus and Zombie Killer are not part of Prefect Server. Yet, I am seeing logs like this on my server (and also seeing the Lazarus switch / option in the Flow settings page in the UI):
towel_1 | {"severity": "DEBUG", "name": "prefect-server.Lazarus", "message": "Sleeping for 600.0 seconds..."}
towel_1 | {"severity": "DEBUG", "name": "prefect-server.ZombieKiller", "message": "Sleeping for 120.0 seconds..."}
Are Lazarus and Zombie Killer running on Prefect server?Jimmy Le
09/12/2020, 4:37 PMMarvin
09/12/2020, 4:37 PMChris Ottinger
09/13/2020, 12:52 AMMarvin
09/13/2020, 12:52 AMLeonard Marcq
09/13/2020, 10:02 AMAn error occurred (ThrottlingException) when calling the RunTask operation (reached max retries: 4): Rate exceeded.
). My issue is that those flow runs are marked as failed and never retried. I originally thought that Lazarus would retry failed flow runs, but it seems I misunderstood. Is there a recommended way of retrying failed flow runs that failed to even start?Colin Dismuke
09/13/2020, 11:42 AMMarvin
09/13/2020, 11:42 AMSercan Türkmen
09/13/2020, 12:25 PMMarvin
09/13/2020, 12:25 PMFrancesco Bartoli
09/13/2020, 9:31 PMMarvin
09/13/2020, 9:31 PMCA Lee
09/14/2020, 3:34 AM