Jason
03/17/2024, 5:15 PMlate
, and staying in there. Any things I can possibly look at?
Here is my deployment, it does deploy, but the workflow just does not execute when it should:
deployments:
- name: update-exchange-info-flow-deployment
entrypoint: exchange_sync_flow.py:update_exchange_info_flow
work_pool:
name: main-worker
job_variables:
env:
DATABASE_URL: '*******'
schedules:
- cron: '0/1 * * * *'
timezone: UTC
day_or: true
active: true
I am not sure what to check or what to do?
Thanks in advance!Kevin Grismore
03/17/2024, 5:34 PMJason
03/17/2024, 5:38 PMJason
03/18/2024, 5:18 PMKevin Grismore
03/18/2024, 5:19 PMJason
03/18/2024, 5:19 PMKevin Grismore
03/18/2024, 5:19 PMJason
03/18/2024, 5:20 PMKevin Grismore
03/18/2024, 5:21 PMJason
03/18/2024, 5:22 PMKevin Grismore
03/18/2024, 5:23 PMJason
03/18/2024, 5:23 PMKevin Grismore
03/18/2024, 5:24 PMJason
03/18/2024, 5:26 PMKevin Grismore
03/18/2024, 5:47 PMJason
03/18/2024, 5:47 PMJake Kaplan
03/18/2024, 6:18 PMJason
03/18/2024, 6:59 PM887a6691-01a1-4ee0-a74e-9046ae5d6050
Jake Kaplan
03/18/2024, 8:26 PMJason
03/18/2024, 8:28 PMJake Kaplan
03/18/2024, 10:08 PMprefect-managed
pool. A managed pool has a concurrency limit of 1, and that limit can be not cleared (which is a bug).
We're in process on a fix. I've manually reset this, so you should hopefully see your runs start to pick up.
I'm so sorry for the inconvenience!Jason
03/19/2024, 3:53 AMMatthew Bell
03/20/2024, 5:14 PMBianca Hoch
03/20/2024, 5:17 PM