Commit Graph

25 Commits

Author SHA1 Message Date
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