unexpected task call #481
parkhomenko-alexander
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone! First of all, thanks for the awesome package
I have a problem, but I can't figure out if it's because of my clumsy hands or if I've stumbled upon some bug.
Struct

In my containers I run a scheduler and a worker like this
The task (fetch_bgu_data) is programmed to run at 00:00 every day.
But I need to do init during the working day, which I do like this
uv run python -m src.taskiq_broker.cli run task fetch_bgu_data
When i call task task from
The problem is that during this task, which I run manually, OUTSIDE the scheduler, for the next 30 minutes, the same task starts, please help me figure out what the problem is.
local logs
container logs
Beta Was this translation helpful? Give feedback.
All reactions