Commit Graph

4383 Commits

Author SHA1 Message Date
Eric Allam c01138b56e Fix pnpm lock file for release @trigger.dev/airtable@2.3.6 @trigger.dev/astro@2.3.6 @trigger.dev/cli@2.3.6 @trigger.dev/core-backend@2.3.6 @trigger.dev/core@2.3.6 @trigger.dev/eslint-plugin@2.3.6 @trigger.dev/express@2.3.6 @trigger.dev/github@2.3.6 @trigger.dev/integration-kit@2.3.6 @trigger.dev/linear@2.3.6 @trigger.dev/nestjs@2.3.6 @trigger.dev/nextjs@2.3.6 @trigger.dev/openai@2.3.6 @trigger.dev/plain@2.3.6 @trigger.dev/react@2.3.6 @trigger.dev/remix@2.3.6 @trigger.dev/replicate@2.3.6 @trigger.dev/resend@2.3.6 @trigger.dev/sdk@2.3.6 @trigger.dev/sendgrid@2.3.6 @trigger.dev/shopify@2.3.6 @trigger.dev/slack@2.3.6 @trigger.dev/stripe@2.3.6 @trigger.dev/supabase@2.3.6 @trigger.dev/sveltekit@2.3.6 @trigger.dev/testing@2.3.6 @trigger.dev/typeform@2.3.6 @trigger.dev/yalt@2.3.6 @trigger.dev/hono@2.3.6 2023-12-14 17:27:45 +00:00
github-actions[bot] 70fdedcea5 chore: Update version for release (#796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-14 17:27:08 +00:00
Matt Aitken 49ca4c4430 Fix for #731, integrations getting stuck if OAuth then moved to API key (#732)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 1s
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.25
2023-12-14 15:58:50 +00:00
Eric Allam 812b5afe6f Add support for the built-in Trigger.dev tunnel for local development (#795)
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 3s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 13s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Add support for the built-in Trigger.dev tunnel for local development

* Remove the test script from yalt

* Add to the README

* Improve the outdated packages warning
v.docker.2.2.24
2023-12-14 15:33:56 +00:00
Matt Aitken 922520cefb Fix for the overage estimation on the usage page always being zero
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 4s
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 4s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.23
2023-12-13 18:57:14 +00:00
Matt Aitken 4bd1786ae5 Billing (#789)
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* Initial commit - started work on new billing components

* Added a slider component

* Added features to the pricing tiers

* Small pricing tier margin tweaks

* WIP on a concurrecy chart

* Reworked the pricing tiers to include a segmented controller and tooltips

* Renamed the charts storybook page

* Made the way data is added more flexible and added some definition tool tips

* Term definitions are used properly in the tiers

* Callouts can now have an optional CTA on the right hand side

* Alignment fix for the callouts

* organize imports

* Definition tooltip now its own component

* renamed the storybook story

* WIP new volume discount table and usage sliders

* Added pricing calculator sliders

* Fixed alignment of the legend

* Breadcrumb now has an upgrade prompt and button

* New Join our Slack button in the side menu

* New progress meter in the side menu

* Use the highest of 2 values to show progress

* An attempt to fix the step count in the calculator slider

* WIP usage progress bar

* Added the 4 progress bars

* More examples of the usage bar

* Better way to include the percentage in the free plan progress meter

* The usage bar now works with the extra runs over the free limit

* Pricing calculator has better slider logic

* Moved the free plan usage bar into it’s own component and added it to storybook

* Usage bar chart now supports a paying customer option and optional billing limit. Also added more usage examples to storybook

* Added more examples of usage to storybook

* tooltip takes classname

* Format numbers nicely

* Added a tooltip to show the precise numbers in the chart

* small improvements to the billing calculator

* New onboarding choose plan page

* pricing tiers better fill the size of their container

* Removed unused code

* Usage bars animate

* Wording tweak

* Callouts fit the button size better

* Added new routes for the 2 new billing pages

* import cleanup

* Added meta info in the header for bill price, plan type and billing period

* made free a noun

* Added pricing calculator to the plans page

* Fixed some illegal markup when using tooltips

* Added container query support

* Added new concurrency chart to the usage page

* billing now has a green theme

* Simplified the plan summary info int the header

* Fixed padding alignment

* Use a custom lable for the concurrent runs chart

* Removed the Job runs table

* Latest lockfile

* Show a message if you haven’t done runs yet

* Added a layoutId to the pageTabs

* Show a message callout if you’ve exceeeded 10k runs on the free plan

* Added a callout on the plans page if you’re over the runs limit

* Fixed button inside button bug

* Removed the background gradients from the app

* The billing package is importing properly

* Getting the curent plan for an org

* Reading the current plan and usage

* Hooked up the free plan bar

* Render basic billing details

* vol discount table has optional values

* Added a new page to show new subscribers

* Created a new hook for confetti on the subscribed page

* Toast styling updated

* The Invoice and Manage card details links are working

* Meta appEnv data optional

* Data for the plans page

* Format the billing period duration in days

* Switch to 20 icons

* URL for the subscribed page now includes the org path

* New pathBuilder path for the subscribed page

* Plans are upgraded/downgraded successfully

* Fixed badly named paths

* Improved some of the display

* Deal with when the user has canceled so they can re-upgrade

* Subscribing from Stripe is working, and canceling

* Tidied up some bits, latest billing package

* The tiers are now rendering using the real data

* The onboarding screen is hooked up, but not linked to yet

* Onboarding price selection working

* Pricing slider working

* Price estimation working

* Pricing calculator working on the select a plan page

* Button copy change

* Improved the layout of the run calculator marker

* Fix for the period end when you’ve canceled

* Improved the formatting in the calculator

* Pricing table tooltip uses the vol discount pricing table

* Remove the vertical lines from the calculator

* Contact us button in Enterprise tier opens the contact us form

* Added composite index to triggerdotdev_events.run_executions for event_time and organization_id

* Concurrent run chart data

* Improves styling, fix for React error with Enterprise contact button

* Show warning box when you’ve hit the concurrency in the past 30 days

* Lots of work o the usage page

* Improvements to the usage page

* Show 31 days of data, fix for not showing the current date…

* Stripe portal links are generated when the user clicks through

* Better alignment of the reference line and x-axis label

* Readme update

* Fixed pricing button loading buttons

* Show warnings about concurrency and runs on the plans page

* Removed some storybook stories

* Join Slack channel shows if you’re subscribed with instructions

* Added a gap between the runs charts

* Improved the definitions

* Added some margin to the page loading spinner

* A wider, cleaner feedback panel

* Modal backgrounds match the Sheet style

* Fixed menu item text being clipped

* Improved icons for execution time and exclusion count

* Concurrency chart now renders the dates nicely

* Fix for plans data on the plans page

* The healthcheck doesn’t need to do a HEAD request to /

* Better disabled states and fixed the disabled hover state issue

* Improved the segmented controller style

* loading spinner now centered inside the button

* Redirect to the project page when selecting the free plan

* Fix for “Runs” and added real date to upgrade warning

* DeCAPITALIZED some things

---------

Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
v.docker.2.2.22
2023-12-13 12:48:26 +00:00
github-actions[bot] daae6df428 chore: Update version for release (#794)
* chore: Update version for release

* Update lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
@trigger.dev/airtable@2.3.5 @trigger.dev/astro@2.3.5 @trigger.dev/cli@2.3.5 @trigger.dev/core-backend@2.3.5 @trigger.dev/core@2.3.5 @trigger.dev/eslint-plugin@2.3.5 @trigger.dev/express@2.3.5 @trigger.dev/github@2.3.5 @trigger.dev/hono@2.3.5 @trigger.dev/integration-kit@2.3.5 @trigger.dev/linear@2.3.5 @trigger.dev/nestjs@2.3.5 @trigger.dev/nextjs@2.3.5 @trigger.dev/openai@2.3.5 @trigger.dev/plain@2.3.5 @trigger.dev/react@2.3.5 @trigger.dev/remix@2.3.5 @trigger.dev/replicate@2.3.5 @trigger.dev/resend@2.3.5 @trigger.dev/sdk@2.3.5 @trigger.dev/sendgrid@2.3.5 @trigger.dev/shopify@2.3.5 @trigger.dev/slack@2.3.5 @trigger.dev/stripe@2.3.5 @trigger.dev/supabase@2.3.5 @trigger.dev/testing@2.3.5 @trigger.dev/typeform@2.3.5 @trigger.dev/sveltekit@2.3.5
2023-12-13 10:23:36 +00:00
nicktrn fc31c6c07a Fix: Test package run isolation (#793)
* Fix link

* Move paths to compiler options

* Add failing test case

* Fix test isolation

* Add changeset
2023-12-13 09:49:52 +00:00
Eric Allam 6d4676f204 Auto update endpoint URL on redirect (#791) 2023-12-12 13:14:25 +00:00
Andreas Thomas 0a51ef3a06 fix: typo (#788) 2023-12-10 22:24:01 +00:00
Eric Allam 772f1b41a0 Fix pnpm lock file @trigger.dev/airtable@2.3.4 @trigger.dev/astro@2.3.4 @trigger.dev/cli@2.3.4 @trigger.dev/core-backend@2.3.4 @trigger.dev/core@2.3.4 @trigger.dev/eslint-plugin@2.3.4 @trigger.dev/express@2.3.4 @trigger.dev/github@2.3.4 @trigger.dev/hono@2.3.4 @trigger.dev/integration-kit@2.3.4 @trigger.dev/linear@2.3.4 @trigger.dev/nestjs@2.3.4 @trigger.dev/nextjs@2.3.4 @trigger.dev/openai@2.3.4 @trigger.dev/plain@2.3.4 @trigger.dev/react@2.3.4 @trigger.dev/remix@2.3.4 @trigger.dev/replicate@2.3.4 @trigger.dev/resend@2.3.4 @trigger.dev/sdk@2.3.4 @trigger.dev/sendgrid@2.3.4 @trigger.dev/shopify@2.3.4 @trigger.dev/slack@2.3.4 @trigger.dev/stripe@2.3.4 @trigger.dev/supabase@2.3.4 @trigger.dev/sveltekit@2.3.4 @trigger.dev/testing@2.3.4 @trigger.dev/typeform@2.3.4 2023-12-08 10:20:32 +00:00
github-actions[bot] d42ba80108 chore: Update version for release (#785)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-08 10:19:57 +00:00
Eric Allam 6a3c563f14 Fixed Job.attachToClient 2023-12-08 10:15:06 +00:00
Eric Allam c04cdfde8c Fix pnpm lock file @trigger.dev/airtable@2.3.3 @trigger.dev/astro@2.3.3 @trigger.dev/cli@2.3.3 @trigger.dev/core-backend@2.3.3 @trigger.dev/core@2.3.3 @trigger.dev/eslint-plugin@2.3.3 @trigger.dev/express@2.3.3 @trigger.dev/github@2.3.3 @trigger.dev/hono@2.3.3 @trigger.dev/integration-kit@2.3.3 @trigger.dev/linear@2.3.3 @trigger.dev/nestjs@2.3.3 @trigger.dev/nextjs@2.3.3 @trigger.dev/openai@2.3.3 @trigger.dev/plain@2.3.3 @trigger.dev/react@2.3.3 @trigger.dev/remix@2.3.3 @trigger.dev/replicate@2.3.3 @trigger.dev/resend@2.3.3 @trigger.dev/sdk@2.3.3 @trigger.dev/sendgrid@2.3.3 @trigger.dev/shopify@2.3.3 @trigger.dev/slack@2.3.3 @trigger.dev/stripe@2.3.3 @trigger.dev/supabase@2.3.3 @trigger.dev/sveltekit@2.3.3 @trigger.dev/testing@2.3.3 @trigger.dev/typeform@2.3.3 2023-12-07 13:00:32 +00:00
github-actions[bot] 750c1ff1e3 chore: Update version for release (#783)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-07 12:59:53 +00:00
Eric Allam 0f9f010206 @trigger.dev/airtable: Removed named imports (#782) 2023-12-07 12:53:58 +00:00
Eric Allam 11f8ff1bb4 Fixing endless retrying of non-successful run executions
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.21
2023-12-06 21:01:41 +00:00
Eric Allam 85b3352764 Fix pnpm lock file @trigger.dev/airtable@2.3.2 @trigger.dev/astro@2.3.2 @trigger.dev/cli@2.3.2 @trigger.dev/core-backend@2.3.2 @trigger.dev/core@2.3.2 @trigger.dev/eslint-plugin@2.3.2 @trigger.dev/express@2.3.2 @trigger.dev/github@2.3.2 @trigger.dev/hono@2.3.2 @trigger.dev/integration-kit@2.3.2 @trigger.dev/linear@2.3.2 @trigger.dev/nestjs@2.3.2 @trigger.dev/nextjs@2.3.2 @trigger.dev/openai@2.3.2 @trigger.dev/plain@2.3.2 @trigger.dev/react@2.3.2 @trigger.dev/remix@2.3.2 @trigger.dev/replicate@2.3.2 @trigger.dev/resend@2.3.2 @trigger.dev/sdk@2.3.2 @trigger.dev/sendgrid@2.3.2 @trigger.dev/shopify@2.3.2 @trigger.dev/slack@2.3.2 @trigger.dev/stripe@2.3.2 @trigger.dev/supabase@2.3.2 @trigger.dev/sveltekit@2.3.2 @trigger.dev/testing@2.3.2 @trigger.dev/typeform@2.3.2 2023-12-06 20:05:49 +00:00
github-actions[bot] 9fb8dceef4 chore: Update version for release (#781)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 20:05:29 +00:00
Eric Allam 0c14e4cdfe Stop importing subpaths in @trigger.dev/airtable (#780) 2023-12-06 20:02:37 +00:00
D-K-P 2099c6308e Latest lock file @trigger.dev/airtable@2.3.1 @trigger.dev/astro@2.3.1 @trigger.dev/cli@2.3.1 @trigger.dev/core-backend@2.3.1 @trigger.dev/core@2.3.1 @trigger.dev/eslint-plugin@2.3.1 @trigger.dev/express@2.3.1 @trigger.dev/github@2.3.1 @trigger.dev/hono@2.3.1 @trigger.dev/integration-kit@2.3.1 @trigger.dev/linear@2.3.1 @trigger.dev/nestjs@2.3.1 @trigger.dev/nextjs@2.3.1 @trigger.dev/openai@2.3.1 @trigger.dev/plain@2.3.1 @trigger.dev/react@2.3.1 @trigger.dev/remix@2.3.1 @trigger.dev/replicate@2.3.1 @trigger.dev/resend@2.3.1 @trigger.dev/sdk@2.3.1 @trigger.dev/sendgrid@2.3.1 @trigger.dev/shopify@2.3.1 @trigger.dev/slack@2.3.1 @trigger.dev/stripe@2.3.1 @trigger.dev/supabase@2.3.1 @trigger.dev/sveltekit@2.3.1 @trigger.dev/testing@2.3.1 @trigger.dev/typeform@2.3.1 2023-12-06 15:45:43 +00:00
github-actions[bot] 08e6cad28a chore: Update version for release (#779)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 15:42:36 +00:00
Eric Allam f3efcc0c28 Moved Logger to core-backend, no longer importing node:buffer in core/react (#778) 2023-12-06 15:37:50 +00:00
Eric Allam 37ef335b66 Resolve pnpm lock file @trigger.dev/airtable@2.3.0 @trigger.dev/astro@2.3.0 @trigger.dev/cli@2.3.0 @trigger.dev/core-backend@2.3.0 @trigger.dev/core@2.3.0 @trigger.dev/eslint-plugin@2.3.0 @trigger.dev/express@2.3.0 @trigger.dev/github@2.3.0 @trigger.dev/hono@2.3.0 @trigger.dev/integration-kit@2.3.0 @trigger.dev/linear@2.3.0 @trigger.dev/nestjs@2.3.0 @trigger.dev/nextjs@2.3.0 @trigger.dev/plain@2.3.0 @trigger.dev/react@2.3.0 @trigger.dev/remix@2.3.0 @trigger.dev/replicate@2.3.0 @trigger.dev/sdk@2.3.0 @trigger.dev/sendgrid@2.3.0 @trigger.dev/shopify@2.3.0 @trigger.dev/slack@2.3.0 @trigger.dev/stripe@2.3.0 @trigger.dev/supabase@2.3.0 @trigger.dev/sveltekit@2.3.0 @trigger.dev/testing@2.3.0 @trigger.dev/typeform@2.3.0 @trigger.dev/resend@2.3.0 @trigger.dev/openai@2.3.0 2023-12-06 11:29:58 +00:00
github-actions[bot] 33d555d00e chore: Update version for release (#776)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 11:28:06 +00:00
Eric Allam 17f6f29d05 Feature: Support multiple runtimes other than Node.js (#774)
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 5s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.20
2023-12-06 10:23:37 +00:00
Eric Allam 08f7c639ef Maximum background fetch timeout is now 5 minutes
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 1s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.19
2023-12-04 15:02:15 +00:00
github-actions[bot] 1567239718 chore: Update version for release (#771)
* chore: Update version for release

* Release lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
@trigger.dev/airtable@2.2.11 @trigger.dev/astro@2.2.11 @trigger.dev/cli@2.2.11 @trigger.dev/core-backend@2.2.11 @trigger.dev/core@2.2.11 @trigger.dev/eslint-plugin@2.2.11 @trigger.dev/express@2.2.11 @trigger.dev/github@2.2.11 @trigger.dev/integration-kit@2.2.11 @trigger.dev/linear@2.2.11 @trigger.dev/nestjs@2.2.11 @trigger.dev/nextjs@2.2.11 @trigger.dev/openai@2.2.11 @trigger.dev/plain@2.2.11 @trigger.dev/react@2.2.11 @trigger.dev/remix@2.2.11 @trigger.dev/replicate@2.2.11 @trigger.dev/resend@2.2.11 @trigger.dev/sdk@2.2.11 @trigger.dev/sendgrid@2.2.11 @trigger.dev/shopify@2.2.11 @trigger.dev/slack@2.2.11 @trigger.dev/stripe@2.2.11 @trigger.dev/supabase@2.2.11 @trigger.dev/sveltekit@2.2.11 @trigger.dev/testing@2.2.11 @trigger.dev/typeform@2.2.11
2023-12-04 14:14:41 +00:00
nicktrn de652c1dfb Fix: Shopify tasks and KV get() return types (#770)
* Improve KV get types

* Fix shopify find and all task return types

* Add changeset
2023-12-04 12:37:55 +00:00
Eric Allam 1f3733b70f Fix resuming timed out or auto-yielded executions
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / units (push) Failing after 21s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 21s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.18
2023-12-04 09:20:40 +00:00
Dan b5aea6c534 Replaced showcase links -> api (#764)
* Updated the examples section with new links / changed showcase link to project showcase

* Added links to the api pages for all of our integrations

* Deleted card from the airtable tasks page
2023-12-01 17:35:54 +00:00
Eric Allam 0769dc4315 Fixed the event names for stripe docs 2023-12-01 08:42:05 +00:00
Eric Allam 5d00fc7cdb Update pnpm lock file for release @trigger.dev/airtable@2.2.10 @trigger.dev/astro@2.2.10 @trigger.dev/cli@2.2.10 @trigger.dev/core-backend@2.2.10 @trigger.dev/core@2.2.10 @trigger.dev/eslint-plugin@2.2.10 @trigger.dev/github@2.2.10 @trigger.dev/integration-kit@2.2.10 @trigger.dev/linear@2.2.10 @trigger.dev/nestjs@2.2.10 @trigger.dev/nextjs@2.2.10 @trigger.dev/openai@2.2.10 @trigger.dev/plain@2.2.10 @trigger.dev/react@2.2.10 @trigger.dev/remix@2.2.10 @trigger.dev/replicate@2.2.10 @trigger.dev/resend@2.2.10 @trigger.dev/sdk@2.2.10 @trigger.dev/sendgrid@2.2.10 @trigger.dev/slack@2.2.10 @trigger.dev/stripe@2.2.10 @trigger.dev/supabase@2.2.10 @trigger.dev/sveltekit@2.2.10 @trigger.dev/testing@2.2.10 @trigger.dev/typeform@2.2.10 @trigger.dev/shopify@2.2.10 @trigger.dev/express@2.2.10 2023-11-30 21:54:43 +00:00
github-actions[bot] 00b0c3e02e chore: Update version for release (#765)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30 21:54:13 +00:00
Eric Allam 7e3a82ef47 Issue #747: Add Stripe invoice triggers 2023-11-30 21:48:45 +00:00
James Ritchie 5dda6cd16c Added the border to the page header on the Runs page
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 3s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 21s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.17
2023-11-30 10:32:38 +00:00
Matt Aitken 76b7fb2337 The status API endpoints return only the original set of statuses 2023-11-30 10:31:27 +00:00
Matt Aitken 68cbfd8d23 Log out the run status 2023-11-30 10:29:48 +00:00
Eric Allam 41a49f6bb2 Make the run list query more efficient
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 4s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
v.docker.2.2.16
2023-11-29 19:28:15 +00:00
Eric Allam 2f755158b4 Updated pnpm lock file @trigger.dev/airtable@2.2.9 @trigger.dev/astro@2.2.9 @trigger.dev/cli@2.2.9 @trigger.dev/core-backend@2.2.9 @trigger.dev/core@2.2.9 @trigger.dev/eslint-plugin@2.2.9 @trigger.dev/express@2.2.9 @trigger.dev/github@2.2.9 @trigger.dev/integration-kit@2.2.9 @trigger.dev/linear@2.2.9 @trigger.dev/nestjs@2.2.9 @trigger.dev/nextjs@2.2.9 @trigger.dev/openai@2.2.9 @trigger.dev/plain@2.2.9 @trigger.dev/react@2.2.9 @trigger.dev/remix@2.2.9 @trigger.dev/replicate@2.2.9 @trigger.dev/resend@2.2.9 @trigger.dev/sdk@2.2.9 @trigger.dev/sendgrid@2.2.9 @trigger.dev/shopify@2.2.9 @trigger.dev/slack@2.2.9 @trigger.dev/stripe@2.2.9 @trigger.dev/supabase@2.2.9 @trigger.dev/sveltekit@2.2.9 @trigger.dev/testing@2.2.9 @trigger.dev/typeform@2.2.9 2023-11-29 11:25:27 +00:00
github-actions[bot] 419b93809d chore: Update version for release (#757)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-29 11:24:58 +00:00
Eric Allam bd4bc51daa Update plain (#762)
* updated the plain SDK

* Updated the action to support the new Threads SDK

* latest lock file

---------

Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
2023-11-29 10:58:06 +00:00
Eric Allam ff540c9e4a Revert "Update plain (#761)"
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 3s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
This reverts commit 3f217ff3e0.
v.docker.2.2.15
2023-11-29 10:51:13 +00:00
Eric Allam 3f217ff3e0 Update plain (#761)
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
* updated the plain SDK

* Updated the action to support the new Threads SDK

---------

Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
v.docker.2.2.14
2023-11-29 10:49:37 +00:00
Eric Allam 9cb39bf7d7 Added Redis example env vars 2023-11-29 10:34:54 +00:00
Eric Allam ca05d5f603 @trigger.dev/openai: Adding additional assistant tasks 2023-11-28 22:48:31 +00:00
Hemachandar 4dc46cbbe4 fix: transform Headers object to Record type (#760) 2023-11-28 18:42:50 +00:00
nicktrn 1dcd87a2aa URI encode keys (#758) 2023-11-28 18:05:15 +00:00
Eric Allam c4cb98af5c Clarified the run execution limits 2023-11-28 16:23:35 +00:00
Eric Allam 6ebd435e81 Feature: Run execution concurrency limits (#750)
* WIP execution concurrency controls implemented via Redis

- Split up resuming a run and executing a run
- Added some new statuses to better show what is going on in a run
- Removed preprocessing runs

* WIP

* Convert to using ZSETs and adding env vars

* Removed unused import

* Improve run number generation using advistory locks, and only on start

* More execution concurrency stuff

* Add support for job concurrency limits and concurrency limit groups

* Create wild-swans-battle.md

* Increase slots refresh timeout to 10s

* Try to fix Redis connection issues

* Don’t be so strict about the APP_ENV

* Add the blank tls option to the normal redis client as well

* Add docs
2023-11-28 16:21:06 +00:00