-
{ ...work.environment, INPUT_DIR, OUTPUT_DIR, CHECKPOINT_DIR }
{ ...work.environment, INPUT_DIR, OUTPUT_DIR, CHECKPOINT_DIR, SALAD_JOB_ID: work.id }
Can we add the salad job_id to the worker …
-
The README says
> If you don't want to run CPU-intensive SQL queries in your main application thread, you can use the _more limited_ WebWorker API.
It gives a couple examples and caveats, but I ne…
-
## Acceptance criteria
- [ ] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [ ] The content has…
-
**Description:**
The spec says
"If a worker W is about to terminate normally and there are messages still to be sent in a queue (which must be the result of executing an async-send-action), then the…
-
### Details
Hi,
I'm getting this error when I install @nuxtjs/seo on a new build.
`ERROR [worker reload] [worker init] Package import specifier "#internal/nitro/virtual/plugins" is not defin…
-
Hello, guys!
I've stared using your new `kafka::ConsumerComponent` in production. I need to read 3 topics in production and I've created 3 components for that. Here it is some description of them in …
-
### What happened + What you expected to happen
I have this error:
```
(RayTrainWorker pid=43515) [rank1]: Traceback (most recent call last):
(RayTrainWorker pid=43515) [rank1]: File "python/r…
-
Currently blocks the clock and UI thread
-
### Product versie / Product version
1.14.0
### Omschrijf het probleem / Describe the bug
No more celery worker debug logs.
### Stappen om te reproduceren / Steps to reproduce
Upgrade to 1.14.0, …
-
According to this: https://developers.cloudflare.com/workers/reference/migrate-to-module-workers/ ES module syntax is a preferred way of developing workers.
Yet, with Pulumi, it's not supported to hav…