- Notifications
You must be signed in to change notification settings - Fork1k
feat: don't redirect to task page when it is created#19919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why does it spin for so long? I feel like it should be instant
@bpmct no worries — this PR didn’t change anything that would increase latency or loading time. The slowness is probably due to my workspace connection and the latency of accessing dev.coder.com from Brazil. |
It took 12 seconds for the task to create. I'm a bit confused on why that is |
@bpmct I know, but as I mentioned, this is just due to my workspace connection issues today. You can double-check the code, but no BE endpoints were changed, so you should expect the same loading time as before when creating a new task indev.coder.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
hmm ok. removing that but I want to test it in dogfood. we definitely don't want this loading bar to run for around 10 seconds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
i guess i have to approve bc i requested changes but this isn't an approval of the code
@bpmct that’s totally fair 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
6d0943a
intomainUh oh!
There was an error while loading.Please reload this page.
Demo:
Screen.Recording.2025-09-22.at.15.02.49.mov
Closes#19675