-
**Description:**
The Asynchronous Page Design Pattern allows for the decoupling of long-running tasks from the main flow of a web page, providing a more responsive and interactive user experience. Thi…
-
Dear Development Team,
I hope this message finds you well. I have some inquiries regarding the implementation of PGMQ for a database-centric task queue and asynchronous job processing. Could you pl…
-
The Snowflake connector for python seems to be implemented essentially as API calls over HTTP. Using [aiohttp](https://github.com/aio-libs/aiohttp), companion subclasses to `SnowflakeConnector`, `Snow…
-
### Guidelines
- [X] I checked for duplicate suggestions
- [X] My suggestion intends to add or improve something
### Version
Development (Unstable)
### Topic
A programming feature (e.g. APIs, twe…
-
I have checkout the example folder in the workmanager package and then ran the example in the iOS platform. But the callbackDispatcher is not execute when i resister registerOneOffTask. It's happens i…
-
Based on the experience with #466 and its persumed intention, we should support perpetual tasks (e.g. tasks which are manually started and manually ended).
One solution could be to have the duration …
-
Found while trying to run a mainnet ldk gateway:
```
gatewayd-1 | 2024-09-03T20:54:20.699562Z WARN ln_gateway: Failed to retrieve Lightning info: LightningRpcError(FailedToGetNodeInfo { failur…
-
The cancellation of a task might not be synchronous, in some implementations it might be a multi-step operation or a notification sent to a event bus or pub sub queue, and for fast running tasks it ma…
-
This would mirror the behavior of the synchronous task group.
One could maybe want a task group that recovers from error but we don't have a need for it today and, since the asynchronous task group o…
-
If ScriptLoader is set up to load a script asynchronously and the app shutdown before the script is loaded, the script loader will continue trying to load the script since there are no cancellation so…