Is there a problem with the scheduled date?

I noticed when I set the email frequency to once a week. The ‘scheduled date’ is calculated according to the time when the email is sent for the second time.
For example:

  1. Send A mail on 2023-07-20
  2. On 2023-07-24, send A emails again. At this time, they will enter the queue and set the next scheduled date (2023-08-01).

Is there a problem with this scheduled date? Shouldn’t he be number 2023-07-27?

could you do a screenshot of your campaign and post here. do you have any specific days that you are telling when to send

Sorry, I don’t have a screenshot of the campaign. I have two segmentA, segmentB, corresponding to A email template and B email template respectively. They both have C email addresses.

  1. Send A email template on 2023-07-20
  2. On 2023-07-24, send B the email template again. At this time, C email address, will enter the queue and set the next scheduled date (2023-08-01).

I can provide their records in emai_stats and message_queue tables.
‘email_stats’:
±----------±---------±--------------------±— -----------------+
| id | lead_id | email_address | date_sent |
±----------±---------±--------------------±— -----------------+
| 368621865 | 21813251 | demo@demo.com | 2023-07-20 15:46:06 |

message_queue:
±----------±---------±--------------------±— -----------------±------------+
| id | lead_id | date_published | scheduled_date | last_attempt |
±----------±---------±--------------------±— -----------------±------------+
| 151657116 | 21813251 | 2023-07-25 01:54:21 | 2023-08-01 01:54:21 | NULL |

I see one week difference here:

2023-07-25 01:54:21 → 2023-08-01

There is something with the way you publish I believe. Are you using the weekdays only setting?

Yes, there is a difference of one week here, but I think it is wrong. We should calculate the time one week after the last successful sending (2023-07-20 15:46:06 → 2023-07-27 15:46:06), instead of calculating one week after sending the email Time (2023-07-25 01:54:21 → 2023-08-01)

No, I didn’t.