-
As discussed starting from this coment: https://github.com/OrchardCMS/OrchardCore/issues/3991#issuecomment-551965711 Once this is done it can be used by the Publish Later module and perhaps later by a…
-
Hi,
I'm using celery version 5.4.0 as container, deploying cluster with timezone PST sometime make the task scheduled to 16 hours after is was receivied.
Celery configuration have disabled utc and t…
-
```
Give ability to schedule tasks:
* Macro
* GPIO trigger
* GPIO pulse
* PWM output
Only macro scheduling is required as everything can be done in python macros.
REST mapping is easy : /sch…
-
```
Give ability to schedule tasks:
* Macro
* GPIO trigger
* GPIO pulse
* PWM output
Only macro scheduling is required as everything can be done in python macros.
REST mapping is easy : /sch…
-
```
Give ability to schedule tasks:
* Macro
* GPIO trigger
* GPIO pulse
* PWM output
Only macro scheduling is required as everything can be done in python macros.
REST mapping is easy : /sch…
-
```
Give ability to schedule tasks:
* Macro
* GPIO trigger
* GPIO pulse
* PWM output
Only macro scheduling is required as everything can be done in python macros.
REST mapping is easy : /sch…
-
Here is an MWE. It runs varying number of tasks in parallel with the same workload. Every 1000th iteration it `yield`s. Optionally, the tasks can be set to have different priorities (0, 1, ...). On 1…
-
Hi my friend,
I run the new bat but it's not passed the 13 days already.
then I want to ask you to check if the setting of the task are ok. I mark some that I don't know if they are ok. please g…
-
### Steps to reproduce the issue
I do not know if this is reproducible. It happened on a live site and I don't have time to mess with it. But this is what happened.
I had the task setup using the …
-
The paho MQTT library somehow does schedule messages in a weird order.
Some messages, are sent directly, while others are then sent 40ms later.
This happens even with QoS = 0
Using TCP is much …