-
Same as the restriction and removing many peers in a row which cause a connection problem with DB and something which you called async related problem, I think, the same problem is about Schedule task…
-
Hi there,
I just wanted to ask about the time a task is scheduled for. Do we think that end-point exists, or is it stored somewhere else based on what these API endpoints are?
Cheers!
Dan
-
The plugin defines 3 scheduled tasks:
```php
$tasks = [
[
'classname' => 'mod_certifygen\task\checkstatus',
'blocking' => 0,
'minute' => '0',
'hour' => '*…
-
When I run this program at startup/login using Task Scheduler (preferred) **OR** via a batch file, the program does not show any games in the drop down window from the 'Plugins' folder; just shows a b…
-
We have discussed making a ritual out of keeping various services and software to mimic the continuous updates we make to Hasura during VZE and Moped releases. This would involve creating a launch che…
-
I have the following error in my log:
`2024-11-16T09:12:58.077+01:00 DEBUG 1 --- [ scheduling-12] d.w.h.metric.MetricRegistry : pulse.phaseAngleIL3toUL3 = -1 DEGREE
2024-11-16T09:12:58…
-
Implementing a way to analyze and debug threads within engine3d by having a task scheduler. Managing the different threads within a thread pool and also be used to know when specific threads in that p…
-
When a client immediately cancels a task it just submitted, the scheduler will sometimes return a `TaskStatus.NotFound` message, and log a error message such as:
```python
[EROR]2024-11-20 22:47:5…
-
hello
please check log file
[debug.log](https://github.com/user-attachments/files/17729823/debug.log)
Questions should be asked on the forum:
https://groups.google.com/d/forum/phpdesktop
-
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…