Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pre-built timer worker #1617

Merged
merged 2 commits into from
Dec 11, 2024
Merged

fix: pre-built timer worker #1617

merged 2 commits into from
Dec 11, 2024

Conversation

myandrienko
Copy link
Contributor

@myandrienko myandrienko commented Dec 11, 2024

Dropping the experimental_ prefix since this feature was confirmed working.

Since the timer worker (introduced in #1557) is not going to be updated too often, we can skip an additional built step and just check in the prebuilt worker.

The "source" file worker.ts and the script to generate worker are still there, but they are not used during build.

if (opts?.expertimental_enableTimerWorker) enableTimerWorker();
if (opts?.enableTimerWorker) enableTimerWorker();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, it used to say "expertimental" the whole time!..

@myandrienko myandrienko merged commit 94dacef into main Dec 11, 2024
19 of 20 checks passed
@myandrienko myandrienko deleted the prebuilt-timer-worker branch December 11, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants