-
Currently, when performing several tasks/operations one after the other (I've tried this for downloads but I imagine others are similar), then the tasks do get done but the notification status only sh…
-
**Issue by [alanhdu](https://github.com/alanhdu)**
_Friday Nov 14, 2014 at 20:26 GMT_
_Originally opened as https://github.com/danrschlosser/eventum/pull/114_
---
Works in development, need to figu…
-
A `Task Queue` shall be used to store and process post-verification actions.
Use Cases -
1. When a user registers, the `AuthLib` stores the OTP and Payload for verification. But for actions oth…
-
Create a registration system for validators with a fixed stake amount.
Tasks:
- [ ] Implement a function for validators to register with a fixed stake.
- [ ] Develop a mechanism to handle registrati…
-
Do you plan on supporting firebase queues and tasks with this library? thanks
-
Should be an easy redis call - position of an element within the queue
-
We use _ipp_ for distributed processing of large topographic data sets. Therefore, we typically split the data set into spatial tiles. Each tile is then distributed as separate task through _ipp_. To …
-
Code
```ts
interface ReusifyItem {
next: this | null;
}
function reusify(Constructor: new () => T) {
let head: T | null = null;
let tail: T | null = null;
head = tail = new Constructor…
-
**SDK version:**
`Version: ~> 2.14.1`
**Environment:**
Production - Debug
**Are logs available?**
Yes, logs are available and have been sanitized for sensitive information.
``` …
-
**Author:** Fulvio Tozzo
**Summary of the feature being proposed**
We'd like to restrict read/write access to Temporal task queues based on micro service identity to control who can do what.
To …