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
Show status check while node is starting up (waiting).
The status update fetch interval is currently set too high. Set it to 10 seconds or something.
No status check while deployment is in progress
Steps To Reproduce
No response
What browsers are you seeing the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered:
Right now, our Github sync is running within the same Scheduler thread as StatusCheckScheduler that starts the check tasks. That's why during a sync that could take more than 10 minutes, there aren't any checks executed. We should therefore also make sure that our sync is not blocking all other scheduler tasks.
Contact Details
No response
What happened?
Show status check while node is starting up (waiting).
The status update fetch interval is currently set too high. Set it to 10 seconds or something.
No status check while deployment is in progress
Steps To Reproduce
No response
What browsers are you seeing the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: