-
@vsivsi this package is excellent, solved many problems. Maybe I can contribute to the docs.
I put together a small hello world example as a tutorial for my team. Other people may find it useful.
ht…
-
When queue is banked up with no other jobs except throttled ones, CPU spikes to 99%. My guess is fetcher keeps on popping throttled jobs off the queue, but only to push back on since limit is reached.…
khoan updated
8 years ago
-
Trying to use the kvdb on Moonbeam rocksdb fails:
```
ERROR polkadot_kvdb] FATAL: cannot start kvdb tool: IO error: While open a file for random read: /var/lib/moonbeam-rocksdb-data/chains/moonbeam/…
-
Example app runs for couple of seconds (with mouse pointer changed to "application busy") then hangs completely. According to pygame documentation *) ```The event subsystem should be called from the m…
-
When using blocking, `fanotifier` gets a deadlock and terminates.
This probably is because of following:
- some process opens a file. This process is blocked in the kernel until permission is g…
-
Current scheduler in Chromium and Firefox behaves differently and inconsistently in terms of how many async tasks get executed per animation frame.
For example, the following code:
```
for (let …
-
### Steps to reproduce the problem
1. Have an active mastodon server
2. Use a few queue workers on one IP address
3. Send a lot (>60 requests / 5 seconds) of notification push requests to ntfy
…
-
I am running RQ 1.5.2, and perhaps I don't fully understand how suspend/resume is supposed to work, but here's what I observe:
- I have one (or more) workers running
- I suspend RQ using `rq suspend`
…
-
```
In qbittorrent we've got a request from user that bulk pausing or resuming of
many (>2000) torrents is slow.
As I've found out the main offender is function
recalculate_auto_managed_torrents(),…
-
```
In qbittorrent we've got a request from user that bulk pausing or resuming of
many (>2000) torrents is slow.
As I've found out the main offender is function
recalculate_auto_managed_torrents(),…