-
CompletableFuture should be used, not just ListenableFuture
-
### Discussed in https://github.com/semaphoreui/semaphore/discussions/2226
Originally posted by **lmrlyv** July 23, 2024
I use **Survey Variables** in the Task Template to set values for the v…
-
### Issue
Since last week neither my scheduled nor manual task execution can be started. I immediately get a 502. By digging into the problem, I tried to execute the http request to the resource of `…
-
http://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduled_tasks.html
-
Restructure the build package docs workflow and set the schedule so nightly builds happen twice a week without any deployment.
```[tasklist]
### Tasks
- [ ] Create a main workflow file that holds…
-
https://github.com/rdaum/moor/blob/47435a1442a1f5532c23944029e90982baa99bff/crates/kernel/src/tasks/task.rs#L721
```rust
Ok(None)
}
// TODO: Unit tests for scheduler and tasks.
```
-
As far as I know, current design of scheduler works like this:
1. send all tasks that are scheduled to current minute
2. wait until next minute start (while asynchronously keeping an eye on schedule…
-
Similar to https://github.com/elastic/kibana/pull/172742, we should randomize the task runAt whenever there are more than one task to bulk enable. This way, we are not flooding the queue with new task…
-
Reported: https://www.bryntum.com/forum/viewtopic.php?p=100194#p100194
[launch-saas.json.zip](https://github.com/bryntum/support/files/8000035/launch-saas.json.zip)
Steps to reproduce:
1. put…
-
2. Minimize duration of the write-lock. Our "scheduled tasks" (peer discovery, synchronization, mempool cleanup etc.) generally work such that they *ask* "is this action needed" and then only performs…