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(gmail): service account gmail worker crashed due to import of server #282

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

zereraz
Copy link
Contributor

@zereraz zereraz commented Jan 29, 2025

Description

Due to indirect import of server.ts in the worker which caused the Bun.serve to run again and crash. This led to worker crashing simply when the app started.

Testing

Manually tested by doing Service Account ingestion.

Additional Notes

#229 got introduced here.
Learning is to be careful to not indirectly somehow import from @/server.

@zereraz zereraz merged commit ecc42d9 into main Jan 29, 2025
3 checks passed
@zereraz zereraz deleted the fix/worker-bug branch January 29, 2025 13:31
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.

None yet

1 participant