Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: send the query string to the workers #93

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

Angelmmiguel
Copy link
Contributor

Ensure we send the URL + query string to the workers when running them. This will allow workers to identify values on the query string and perform actions based on them.

It closes #92

@Angelmmiguel Angelmmiguel added the 🐛 bug Something isn't working label Feb 13, 2023
@Angelmmiguel Angelmmiguel added this to the v1.0.0 milestone Feb 13, 2023
@Angelmmiguel Angelmmiguel requested a review from a team February 13, 2023 15:57
@Angelmmiguel Angelmmiguel self-assigned this Feb 13, 2023
@Angelmmiguel Angelmmiguel merged commit 85e43ad into main Feb 14, 2023
@Angelmmiguel Angelmmiguel deleted the 92-send-url-with-query branch May 8, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working cla-not-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The query string is not present in the request object
3 participants