logs show `2025-03-06T22:06:28.609879333Z 22:06:28...
# ask-community
v
logs show
2025-03-06T22:06:28.609879333Z 22:06:28.609 | WARNING | EventsWorker - Still processing items: 1 items remaining...
but cant see any pending item, how can I clear the queue? my other flows dont run because my concurrency is 1.
n
the EventsWorker is actually not related to the worker that polls for flow runs, its a background websocket process responsible for publishing events that are generated as your work happens (e.g.
prefect.task-run.Completed
etc), this error message is not necessarily a problem unless you don't see the events showing up in your workspace/server's Event Feed. This can happen if your tasks happen really quickly and it takes a second for the event worker to emit the associated events