fe5178f3e8
Closes #2934 ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [x] The PR title follows the convention. - [x] I ran and tested the code works --- ## Testing _[Describe the steps you took to test this change]_ 1. make sure there are no worker connected or the queue is paused. 2. run hello world tasks and assign priority 3. notice the priority value in task context. 4. try running a replay for task with priority 5. notice the context priority --- ## Changelog _[Short description of what has changed]_ Added option to set priority on task test and replay dialog --- ## Screenshots _[Screenshots]_ <img width="953" height="804" alt="image" src="https://github.com/user-attachments/assets/d452b872-6c05-4a9e-a1e3-f6a283bb363d" /> <img width="958" height="886" alt="image" src="https://github.com/user-attachments/assets/8f9f3096-da99-4d81-a9c5-2f3004b89ceb" /> <img width="1022" height="736" alt="image" src="https://github.com/user-attachments/assets/233e01ac-a42b-4b4f-ac3e-e9b18638b971" /> 💯 <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/2936"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
Trigger webapp - powered by Remix
To start, run with pnpm run dev --filter webapp
Build the docker image locally:
pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh