Eric Allam

Results 149 comments of Eric Allam

Hmmm, I'm not sure why moving to Phusion Passenger on heroku would affect how this app works. The font assets should still be initially served by the Rails app (giving...

If you are precompiling assets then nginx is probably serving the assets from the filesystem and skipping Rails altogether (hence skipping this gem). Which is fine, it just means you...

@matt-aitken private data or just public?

BTW the reason I created this issue is because of this scenario: https://github.com/triggerdotdev/trigger.dev/issues/386#issuecomment-1690604407

Hold off on working on this for now, I think there's a discussion that needs to be had first about if it makes sense to use the Project API Key's...

Yea this feature will require a new type of API Key called a Personal Access Token: ![CleanShot 2023-08-24 at 10 15 57](https://github.com/triggerdotdev/trigger.dev/assets/534/60c24e8d-23b0-4eec-a5c5-f5eb05cc3c76) These API Keys have authorization the "Management APIs",...

Yea I think you don't need the `revoked` column, you can just use `revokedAt`. Also `lastAccessedAt` should be optional. everything else looks good

@Chigala I would let @neo773 take this one for now, as he started on it last night

@andrewlu0 we've recently released a new API for exposing run data to the public called Run Statuses: https://trigger.dev/docs/documentation/guides/react-hooks-statuses Would that help in your case?