You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go to your horizon dashboard, click on the pending jobs item and select a pending job, you'll see an overview like this:
I'd expect that within the "Delayed Until" field there is the timestamp when the job should be executed. But it shows always the current timestamp. Refresh the page and you can see that it refreshes always to the current timestamp.
Here's a better screenshot. This job was already executed and it's already completed, but still the delay until refreshing (in the future which doesn't make sense though)
Steps To Reproduce:
Queue a delayed job with any delay (e.g. 1 hour)
Go to your horizon dashboard and check the delayed jobs
You won't see the correct "delayed until" timestamp (queuing + delay), but you see the current timestamp.
The text was updated successfully, but these errors were encountered:
Hey @stefanbauer can you please try this in Horizon 5? We're not maintaining 4.x anymore. Feel free to report back when you've managed to reproduce it in 5.x
Description:
If you go to your horizon dashboard, click on the pending jobs item and select a pending job, you'll see an overview like this:
I'd expect that within the "Delayed Until" field there is the timestamp when the job should be executed. But it shows always the current timestamp. Refresh the page and you can see that it refreshes always to the current timestamp.
Here's a better screenshot. This job was already executed and it's already completed, but still the
delay until
refreshing (in the future which doesn't make sense though)Steps To Reproduce:
The text was updated successfully, but these errors were encountered: