Fix/asynq redis connection - #84
Merged
Merged
Conversation
AlexanderWangY
added a commit
that referenced
this pull request
Jul 31, 2025
* feat: added hacker application form (#60) * feat: added new UI components for application forms * feat: added a very crude version of a multiselect component * feat: created basic application form and added multiselect * chore: fixed TS types for multiselect and added error validation * chore: updated error messages for field and multiselect * feat: added dedicated Form component and form fields * chore: added errors for multiselect fields, fixed button disabled state * feat: added DatePicker and made minor adjustments to existing components * chore: disable storybook vitest * chore: removed useless data.ts file * chore: updated story title to "Event" * chore: small adjustments to dialog and calendar * chore: updated handleChange value for datePicker and minor style changes * chore: update calendar placement for datepicker * feat: email worker and asnyq with the asynqmon web ui (#77) * feat: email worker and asnyq with the asynqmon web ui * feat: new queue and workers * feat: deployments and more * fix: fix dockerfile and deployment (#79) * Fix/email worker build (#80) * fix: fix dockerfile and deployment * fix: wrong path in dockerfile * Fix/email worker build (#81) * fix: fix dockerfile and deployment * fix: wrong path in dockerfile * feat: prod deployment of workers and fixes * fix redis url (#82) * Fix/asynq redis connection (#83) * fix redis url * reduced load on redis * Fix/asynq redis connection (#84) * fix redis url * reduced load on redis * fix: concurrency too high; --------- Co-authored-by: Hieu Nguyen <76720778+hieunguyent12@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Linked Jira Ticket
Type of Change
Checklist
Additional Notes