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

[WIP] Reduce YAML load #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[WIP] Reduce YAML load #15

wants to merge 2 commits into from

Conversation

sonots
Copy link
Member

@sonots sonots commented Sep 2, 2017

Before:

  • Load on each resource
  • Load/Dump on each resource if necessary

After:

  • Load on each resource_uri_prefix
  • Load/Dump on each resource if necessary

Before:
* Load on each resource
* Load/Dump on each resource if necessary

After:
* Load on each resource_uri_prefix
* Load/Dump on each resource if necessary
@sonots
Copy link
Member Author

sonots commented Sep 4, 2017

ToDo:

  • Do setnx([:max]) at Processor
    • Create :max in batch and call setnx on time for each resource_uri_prefix should be enough
  • Do update status.yml at Processor
    • Reusing a status instance for resource_uri_prefix should be enough
  • Restructure Processor framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant