-
Creating a problem failed to connect the incident but still created the problem.
`Employee SKU logo
[Dashboard](https://controller-443-dk3cryfrezl3.env.play.instruqt.com/#/home)
[Jobs](ht…
-
## Shortest repro
```typescript
const ivm = require('isolated-vm');
const isolate = new ivm.Isolate();
const context = isolate.createContextSync();
const global = context.global;
global.setSync(…
-
It is sometimes useful for smart contract to subscribe to some event and perform an action based on the result of an event. One simple example is cronjob. Currently smart contracts have no way of sche…
-
We have observed that sometimes an execution plan with a small input never finishes (the future returned by the ExecPlan::finished() method is never marked as finished), even though the generator in t…
-
## What problem does this solve or what need does it fill?
`NonSend` resources cannot be sent across threads, but our requirement is currently significantly stricter: systems that contain even one …
-
Can this code reproduce the results of the paper?I got 24.61% top-1 error.
-
Right now, the job stdout/stderr goes to /dev/null, but this means it's not a drop-in replacement for ProcessTask in this case.
-
### 🔖 Enhancement description
the Schedule time for cron can be set dynamically
### 🎤 Pitch
As I can see there is no way to set the cron Schedule time dynamically.
if we can add the API a parame…
-
The issue is a repost of an unattended Google groups post [_Same task runs multiple times?_](https://groups.google.com/forum/#!topic/celery-users/8jjjsFkdCQI)
```
> ./bin/celery -A celery_app report
…
-
Guys,
Our team designed and implemented Azkaban Flexible Scheduling feature. Basically, it added cron based scheduler service. We really need feedbacks from our Azkaban public communities. Please let…