Eric Allam
Eric Allam
The very poorly named [DynamicFlushScheduler](https://github.com/triggerdotdev/trigger.dev/blob/main/apps/webapp/app/v3/dynamicFlushScheduler.server.ts) , used by the [EventRepository](https://github.com/triggerdotdev/trigger.dev/blob/main/apps/webapp/app/v3/eventRepository.server.ts) in the webapp schedules the "flushing" of the TaskEvent data in the EventRepository to the database, to do the inserts...
Some monorepo setups don't have a package.json inside the individual workspace (instead they just have 1 at the root of the monorepo), which messes up some path resolution logic during...
## Summary by CodeRabbit - **Chores** - Enhanced internal handling for email services to improve overall readability and consistency. - Upgraded the email authentication dependency to version 2.1.1, ensuring more...
It's currently possible to run the `dev` command in multiple different sessions at the same time, which causes all sorts of issues, including: - Cannot find module dev-run-worker.mjs error -...
https://discord.com/channels/1066956501299777596/1317539054862077993
https://esbuild.github.io/api/#keep-names
https://x.com/madarco/status/1859604916966182918
Currently we can support private registry NPM packages that are bundled, but we cannot support any that are external (and thus installed with `npm i` during the image build phase)....