triggerdotdev / trigger.dev

Trigger.dev is the open source background jobs platform.
https://trigger.dev/changelog
Apache License 2.0
8.74k stars 533 forks source link

Go SDK #1260

Open mittalyashu opened 1 month ago

mittalyashu commented 1 month ago

Is your feature request related to a problem? Please describe.

As of now, Trigger.dev only support JS-SDK. Please add support for Go SDK as well.

Describe the solution you'd like to see

_

Describe alternate solutions

Use built-in Go routines

Additional information

No response

matt-aitken commented 1 month ago

This would be really cool and we definitely will expand beyond TypeScript/JavaScript.

But I want to manage your expectations: it won't be this year.

The SDK isn't a thin client because it needs to do more than just API calls. So adding and maintaining new languages is a lot of work. It doesn't make sense to add languages when v3 is quite early and lots of features are being added. It's far easier to add languages a bit later.