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

Infrastructure deployment tasks for path-to-ranking #23

Open
15 of 25 tasks
peppy opened this issue Sep 29, 2023 · 1 comment
Open
15 of 25 tasks

Infrastructure deployment tasks for path-to-ranking #23

peppy opened this issue Sep 29, 2023 · 1 comment
Assignees

Comments

@peppy
Copy link
Member

peppy commented Sep 29, 2023

From a high level, tracking the order of deployment tasks that have dependencies on other changes.

Tasks

Preview Give feedback
  1. peppy
  2. 9 of 9
    area:results type:online
    bdach
  3. peppy
  4. peppy
  5. 13 of 13
    smoogipoo
  6. bdach
  7. bdach
  8. 6 of 7
    bdach peppy

Testing notes for self:

To reset everything:

# nuke all indices
osu.ElasticIndexer# dotnet run index nuke

# view all indices
curl -X GET "localhost:9200/_cat/indices?v&pretty"

# restart es service
systemctl restart elasticsearch

truncate table scores;truncate table score_legacy_id_map;truncate table score_performance;

Ongoing stuff which needs to be run:

# osu-queue-store-statistics
cd ~/repos/osu-queue-score-statistics/osu.Server.Queues.ScoreStatisticsProcessor
git fetch; git reset --hard peppy/new-table-names
SCHEMA=20231208 dotnet run queue import-high-scores --start-id 0

# osu-elastic-indexer
cd ~/repos/osu-elastic-indexer/osu.ElasticIndexer
git fetch --all; git reset --hard peppy/new-table-names
SCHEMA=20231208 dotnet run queue watch
@peppy peppy pinned this issue Sep 29, 2023
@peppy peppy moved this from Needs discussion to In Progress in Path to osu!(lazer) ranked play Dec 15, 2023
@peppy peppy self-assigned this Dec 15, 2023
@peppy peppy changed the title Infrastructure deploy order Infrastructure deployment tasks for path-to-ranking Dec 15, 2023
@peppy
Copy link
Member Author

peppy commented Dec 15, 2023

As a heads up, I've migrated all my remaining tasks from my private todo list to this issue, so it should be up-to-date with everything remaining.

@peppy peppy moved this from In Progress to Needs implementation in Path to osu!(lazer) ranked play Dec 21, 2023
@peppy peppy moved this from Needs implementation to Done in Path to osu!(lazer) ranked play Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant