Is there a limit on orders processed per hour?
Is there a limit on orders processed per hour?
File: classipress/includes/payments/order-processing.php
Code:
<?php
class APP_Order_Processing extends APP_Queue {
public function __construct(){
$args = array(
'interval' => 'hourly',
'limit' => 100
This would be important to know, because my client base are housing associations. And when they let their members know each site is ready for submissions, there will be at times, more than 100 ad submissions per hour. Also during promotions, will cause this to be breached.
Also, is this also include ad edits being processed as well? Is there an error message built in when this limit is breached?
So please let me know? Thanks.