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

Make it so the aom:process command can have the visit and/or conversion batch size/limit be defined via ---visit-batch-size and/or --conversion-batch-size #44

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

Conversation

KZeni
Copy link

@KZeni KZeni commented Oct 16, 2017

Currently, the visit checking function processes 500 visits at a time and the conversion checking function processes 100 at a time. These two limits are hard-coded, currently. I have a larger Piwik installation and a capable server so I want to be able to define these two limits when I use aom:process.

This update adds the functionality to specify this via the aom:process command, and the functions have also been updated to account for the specified limits/batch size (with the previous hard-coded values simply used as the default).

KZeni added 3 commits October 16, 2017 16:21
This way, the limits are just defaults that can be changed depending on the user's needs & the server's capabilities.
…rsion checking.

Now, the user can tell the aom:process command how many items (visits/conversions) they want to be processed in that batch.
@KZeni KZeni changed the title Make it so the aom:process command can have the visit and/or conversion batch size/limit be defined Make it so the aom:process command can have the visit and/or conversion batch size/limit be defined via ---visit-batch-size and --conversion-batch-size Oct 16, 2017
@KZeni KZeni changed the title Make it so the aom:process command can have the visit and/or conversion batch size/limit be defined via ---visit-batch-size and --conversion-batch-size Make it so the aom:process command can have the visit and/or conversion batch size/limit be defined via ---visit-batch-size and/or --conversion-batch-size Oct 16, 2017
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