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

Allow for a custom task server URL #435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kapily
Copy link
Contributor

@kapily kapily commented Mar 21, 2024

When running in docker, I'm having to provide two different URLs - one 127.0.0.1:$PORT and localhost:$PORT
Currently, it's not possible for me to provide two different URLs.

Could we either incorporate this change or provide another mechanism to have a different URL for the task server?

@pplonski
Copy link
Contributor

Hi @kapily,

What is task server? Could you please provide more information about your use case?

@kapily
Copy link
Contributor Author

kapily commented Mar 23, 2024

Basically the current behavior seems to be to take the URL of the referrer and then use that to add to the task queue. When running this on a webserver in docker, the server is attempting to push to a webaddress instead of localhost. That's why I wanted to be able to explicitly have a task server url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants