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

Cache recent forts (for forts.max_circle_size) #3556

Merged
merged 8 commits into from
Aug 12, 2016

Commits on Aug 11, 2016

  1. added bool option to cache recent forts -crf --forts.cache_recent_for…

    …ts (default true)
    
    saves recent_forts in data/recent-forts-{username}.json on spin
    
    loads recent_forts from same file on start up
    
    bot doesn't start a new recent_forts on every reset
    Quantra committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    07a8379 View commit details
    Browse the repository at this point in the history
  2. forgot contributor

    Quantra committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    408deef View commit details
    Browse the repository at this point in the history
  3. typo fix no_cached_forts

    Quantra committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    9154320 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev_latest' into cache_recent_forts

    Conflicts:
    	CONTRIBUTORS.md
    	pokemongo_bot/cell_workers/spin_fort.py
    Quantra committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4e297af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bcb4d8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev_latest' into cache_recent_forts

    Conflicts:
    	CONTRIBUTORS.md
    Quantra committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    d7908e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. caching of forts happens on sigterm/exception

    handling of SIGTERM
    -Note handling of SIGTERM in python2.7 with multi threads is not reliable.  Child thread can recieve SIGTERM and it is not handled in pokecli.py; pokecli.py continues to run.
    Quantra committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    e8c1c3f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev_latest' into cache_recent_forts_on_exit

    Conflicts:
    	CONTRIBUTORS.md
    Quantra committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    d3f998b View commit details
    Browse the repository at this point in the history