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 cron jobs for pokedex counts and nests #370

Merged
merged 2 commits into from
Feb 2, 2019

Conversation

michikrug
Copy link
Collaborator

@michikrug michikrug commented Jan 31, 2019

Description

Due to other mapping tools now available, the spawn points are tracked differently and break the current jobs.
This PR fixes this by not using the spawn points table anymore.
Additionally, this gives an enormous performance boost for the jobs due to no more heavy JOINs.

What we currently loose is the start and end times on the nest page.
I need to figure out a new way how to calculate them.

How Has This Been Tested?

Tested on own instance with standard RM DB.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

(do not use spawnpoint data which is really not required here)
@Obihoernchen Obihoernchen merged commit 328b73c into brusselopole:master Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants