not tested yet
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDENV1a7f18fe977e: Add an indexer worker.
rCDFD1a7f18fe977e: Add an indexer worker.
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Sounds good to go.
Just some question though, wasn't this blocked on the scheduler part first?
dockerfiles/swh-indexer-worker/indexer_storage.yml | ||
---|---|---|
4 ↗ | (On Diff #2697) | Where does the service come from? What is installed prior to this diff (do not remember)? |
dockerfiles/swh-indexer-worker/indexer_storage.yml | ||
---|---|---|
4 ↗ | (On Diff #2697) | I didn't mean to commit this file. Removed. |
what does 'enabled' mean here?
I gather that ends up in the query like "WHERE enabled AND visit_type=%s"
but i don't know what that means exactly.