WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
https://openverse.org
MIT License
255 stars 204 forks source link

`trigger_indexing_task` 404s in staging data refresh #5083

Closed stacimc closed 4 weeks ago

stacimc commented 1 month ago

Description

The trigger_indexing_task works in the local environment, but when run against an actual staging indexer worker it immediately fails.

We have confirmed that the indexer worker in question is running and that its API is reachable, and that we can curl the healthcheck endpoint for the worker from airflow. The connection appears fine, but the endpoint 404s.

The only log:

"POST /task HTTP/1.1" 404 26 "-" "python-requests/2.32.3"