-
-
`appbase` executor currently does not support c++ 20 coroutines. Currently SHiP is using `app().get_io_service()` which by-passes the priority queue executor. `appbase` executor/priority-queue should …
-
Currently downloader [slots](https://github.com/scrapy/scrapy/blob/f93acffff4400da2cc132aa32ef39f127bbd9634/scrapy/core/downloader/__init__.py#L27) use `collections.deque` for requests queue. It means…
kmike updated
2 years ago
-
As we can already set a priority for files downloaded in a torrent, could we also have a priority system or a queue that would allow to let one or more torrent get priority over the available bandwith…
-
Currently the Code Insights queue system works based on time. Data points for recent time periods will populate before older time periods, without regard for the series they come from. This makes all …
-
Currently, when an Animate talks to an Animate, the receiving Animate's "topic" is set (and the next time they take a turn, they respond to that topic.)
When there are only two characters, this is no…
-
```
What feature would you like to request?
To add support for setting download priorities per torrent.
(Requested by Riccardo)
```
Original issue reported on code.google.com by `erickok@gmail.com` …
-
Hi there, thx for the gem :smile:
I just noticed that the `running since` column in the `in progress jobs` tab shows times from the future:
![image](https://github.com/user-attachments/assets/db6…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this f…
-
**What would you like to be added/modified**:
Support for using topic filters (wildcards) when defining queue message priorities (`mqueue_priorities`).
**Why is this needed**:
The current…