-
travi updated
8 years ago
-
-
現在の実装だと、webからapiを叩くときは普通にURLを叩いているが、同じ組織のcloudflare にworkersもいるのでservice bindingsを使って呼ぶと良さそう
https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/
-
I tried installing Scratch Commenter Plus as an extension on Firefox but I got this error:
![scpff](https://github.com/user-attachments/assets/a50b75fb-3064-40e2-a8bc-6d9f327571dd)
This is because…
-
https://philipwalton.com/articles/smaller-html-payloads-with-service-workers/
-
While crawling [Service Workers Nightly](https://w3c.github.io/ServiceWorker/), the following links to other specifications were detected as pointing to non-existing anchors, which should be fixed:
*…
-
- controllers talk to the dom
- services (for the most part) don't
- maybe use web workers for services?
- check browser support
- check compilation situation
-
From #3094
> Dealing with the RQ workers:
> - Should we separate out the normal workers with their own ephemeral cache for background jobs and a common queue?
> - Some queues need to be local to…
-
Upload a `package.json` and some JS code to the cloud to spawn auto-scaling workers for a task queue. Somewhat like *now* by zeit.co, but optimized for the auto-scaling task queue use case.
Would b…
-
PROBLEM
Delayed Job essentially orphans workers when you change the worker count from 1 to 2+, or vice versa, and `restart`. By that I mean Delayed Job allows certain workers to continue running thro…