You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Cloudflare has added the support of their worker to be triggered by scheduled event. These workers are triggered on the cron schedule setup on Cloudflare Worker dashboard. They are implemented with an event listener to scheduled event instead of fetch in traditional worker. This causes the test with Cloudworker impossible.
Enhancement
Add the support of scheduled event to Cloudworker, where developers can mock the trigger of the worker. The usage of such worker will become
Background
Cloudflare has added the support of their worker to be triggered by scheduled event. These workers are triggered on the cron schedule setup on Cloudflare Worker dashboard. They are implemented with an event listener to
scheduled
event instead offetch
in traditional worker. This causes the test with Cloudworker impossible.Enhancement
Add the support of
scheduled
event to Cloudworker, where developers can mock the trigger of the worker. The usage of such worker will becomeThe text was updated successfully, but these errors were encountered: