Commit Graph

34 Commits

Author SHA1 Message Date
Eric Allam 0d2d9a043c Implement runOnce and runOnceLocalOnly functions 2023-02-03 13:50:59 +00:00
Eric Allam 0e4ec8d8e6 Added views and view submission support to Slack integration 2023-02-02 16:18:32 +00:00
Matt Aitken c37edf970d Added workflowId and appOrigin to the @trigger.dev/sdk run metadata 2023-02-02 10:49:54 +00:00
Eric Allam 5e15aaadc3 Try going back to frozen lockfile 2023-02-01 13:06:44 +00:00
Eric Allam 5fce178cc0 Try some more stuff 2023-02-01 12:56:58 +00:00
Eric Allam 3dc8751189 Try using —no-frozen-lockfile 2023-02-01 12:41:26 +00:00
Eric Allam a98dfecd17 Try using the latest version of pnpm in dockerfiles 2023-02-01 12:34:00 +00:00
Eric Allam 84053d5a20 Try setting a specific pnpm version in dockerfiles 2023-02-01 12:31:11 +00:00
Eric Allam 3365bf26dc Log out pnpm version in wss dockerfile as well 2023-02-01 12:28:55 +00:00
Eric Allam 24cad37264 Fixed issue where workflow runs weren’t starting
Because they were getting consumed by a subscription to trigger messages in another environment. Fixed this by adding the api key to the subscription name.
2023-01-26 16:29:23 +00:00
Eric Allam 58a946547c Fixed issue with github webhook events 2023-01-26 10:49:54 +00:00
Eric Allam e63d354144 Added isTest to the Trigger.run context param to detect when a trigger runs in from the test page 2023-01-26 09:33:04 +00:00
Eric Allam c69c3705c5 Feature: generic fetch requests 2023-01-21 13:53:04 -08:00
Matt Aitken 92ae9bd894 Added tsconfig paths so we’re not linking to /dist folders anywhere 2023-01-21 13:32:14 -08:00
Eric Allam d3c593cdbf Added ability to timeout triggers so they don’t run too late after the event time 2023-01-20 08:40:00 -08:00
Eric Allam 6966ad0f55 Increase ioThreads and messageListenerThreads (and turned off batching) to pulsar clients 2023-01-18 19:04:31 -08:00
Matt Aitken e153a7cb97 wss and docs made private so they don’t publish 2023-01-13 14:52:04 +00:00
Eric Allam a6b17753e1 internal-pulsar now only exports topics 2023-01-13 10:51:52 +00:00
Eric Allam 099b5a011d Add more logging to wss and no longer close a socket with more than 123 bytes 2023-01-12 17:11:11 +00:00
Eric Allam 31201065f4 Add more logging and debugging of wss 2023-01-12 16:53:12 +00:00
Eric Allam 548c6604c9 Try removing replacing internal-pulsar with pulsar-client in wss 2023-01-12 16:04:03 +00:00
Eric Allam e2c39cd2d9 Fixed more broken imports 2023-01-12 15:53:23 +00:00
Eric Allam f325b5fa54 Fixed import and trying internal-pulsar in prod deps again 2023-01-12 15:45:23 +00:00
Eric Allam 0fe3f62f0f Try building pulsar-client by adding it in production deps 2023-01-12 15:33:09 +00:00
Eric Allam bb153cbe42 Add internal-pulsar to prod deps to the install script is run 2023-01-12 15:25:09 +00:00
Eric Allam a87d3badbe Move internal packages to dev deps so they get bundled 2023-01-12 14:40:08 +00:00
Eric Allam db6128b84d Start trying to deploy using Node 16 2023-01-12 14:06:19 +00:00
Matt Aitken b65954214f Moving to node 16 2023-01-12 13:22:06 +00:00
Eric Allam 81382893c2 Initial flightcontrol WIP 2023-01-10 09:59:54 +00:00
Eric Allam 0ce546d023 Improved initializing pulsar clients in the webapp 2023-01-10 09:59:54 +00:00
Eric Allam e77f259fb1 Improvements to pulsar topics and structure
- Centralized the pulsar client creation and topics to internal-pulsar
- Cleaned up the pulsar message catalogs and split triggers and run command responses
- Improved the naming of the task queue
- Figured out how to use the pulsar client with the hosted version of Pulsar
2023-01-06 19:36:38 +00:00
Eric Allam 7e0b79ff74 wss cleanup on SIGHUP as well 2023-01-06 09:32:50 +00:00
Eric Allam 6328fc3b36 Order steps by a wss supplied timestamp 2023-01-05 18:06:41 +00:00
Eric Allam f5ea64ef4f Renamed the coordinator app to wss (web socket server) 2023-01-05 16:30:02 +00:00