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
I want to replace the FIFO with a queue service using sockets, and make the queue a least-recently-updated priority queue while I'm at it; this issue is just advance warning of my intentions, in case they interfere with someone else's.
The text was updated successfully, but these errors were encountered:
Bit of a tangent but it would be useful if we had some way of verifying the bot is actually working, e.g. check if the bot has opened a PR in nixpkgs the last few hours and fire an alert if it hasn't. Twice now the bot has been broken and I only noticed because it hadn't opened any PRs for a day or two.
The FIFO used to communicate between fetchers and workers is not a safe replacement for a proper task queue.
Excerpts from https://r.ryantm.com/log/~workers/2023-08-31-worker1.stderr.log:
And from https://r.ryantm.com/log/~workers/2023-08-31-worker2.stderr.log:
I want to replace the FIFO with a queue service using sockets, and make the queue a least-recently-updated priority queue while I'm at it; this issue is just advance warning of my intentions, in case they interfere with someone else's.
The text was updated successfully, but these errors were encountered: