Things seem to be working again but everything tak...
# ask-community
j
Things seem to be working again but everything takes a good while to be scheduled - seeing warnings like this;
Copy code
2022-11-18 12:18:24+0000] WARNING - prefect.wait_for_flow_run | Flow '6af7dc87-0af4-45b9-bf49-283d7a54206d-cloudwatch_logs_ingestion_flow': It has been 15 seconds and your flow run has not been submitted by an agent. Agent a6356184-c1c3-4dc6-b48b-5b061c791f57 (agent) has matching labels and last queried a few seconds ago. It should deploy your flow run.
k
Hi @Joshua Greenhalgh, happy to hear things are working again. You can always check our API status at https://prefect.status.io/ I'm not entirely sure when that warning pops up but the first thing that comes to mind is if you have concurrency limits on your agent label and it is waiting to submit the flow?
j
Thanks @Kalise Richmond this was the case! In order to fix this I am trying to setup SLAs to kill flows stuck in running state via the automations section (using prefect 1) - doesn't seem to give me the option - I am on the standard plan which suggests this should be possible?