Actions
Feature proposal #8014
closedImprove batch processing further
Description
This should be performing a redirect at the end of a batch to the next batch if accessed by curl, wget, or normal browser access as they are allowed to follow redirects. This should still use the same batching behavior implemented now, but the redirect be automated until done.
Updated by krileon over 4 years ago
Move the current batch being processed to a different database table instead of storing the plugins params over and over as it's currently stored in plugin params. This will be a very small table, but it's more efficient than storing this in plugin params. Likely best to wait for #7976 and the batch processing be a part of the configured users list.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions