Brent
Brent
Working on getting the genes or a new network to solve for this (or better) on it's own.
Update: I used https://gist.github.com/fieg/e3b74fe9bed6ec1f2a1c to expire all of the keys after 13 hours. (Longest running and queued job would last 3 hours). Now I'm trying to figure out how to...
I just spent several hours tracking down why our array shuffling was deterministic on boot and am very surprised by the lack of outrage and offended by any justifications regarding...
If there is any progress on notifying the worker from the queue for a graceful shutdown, I'd like to hear about that in #484 for graceful shutdown within stalled jobs.
Call `job.touch()` to refresh the lockedAt time while a job is still processing. This is a double-start and cancellation problem where *your code* has started processing and is calling done...
Having done a deep dive on the code and with a lot of experience with other node job managers. Everything @rjbma says is accurate but one thing. I do not...
You'd have to follow this path: 1. https://arxiv.org/abs/1706.03762 2. https://arxiv.org/abs/2005.14165 3. https://medium.com/@crskilpatrick807/context-windows-the-short-term-memory-of-large-language-models-ab878fc6f9b5 ChatGPT which backs Copilot is "stateless". It has no memory. If you believe otherwise, you've been hoodwinked by...
I can confirm I'm on 1.89 and still can't use Copilot in the editor. I can only use the copilot tab. "Start in Editor" is grayed out. No errors from...
@manast my issue specifically regards the stalled job that is still running (just slowly). #308 has a similar issue, but theirs was resolved by simply not stalling meanwhile based on...
@manast #488 is enticing, but I could effectively stop my own processing with a simple notice or ability to check job.hasLock() intermittently to confirm I'm still ok to keep processing....