Hi everyone,
I'm having serious issues with my operation as since 3 days ago when certain actions are performed in my instance the CPU performance gets very damaged and eventually the whole server is blocked. I have at least, as I don't know if it's the only one, found one way to replicate this.
When I create a contact from the contact entity, I get a multiple processes at the DB server that goes something like this, I got this one when looking INSERT INTO `job` (`id`, `name`, `deleted`, `status`, `execute_time`, `queue`, `group`, `target_group`, `attempts`, `created_at`, `modified_at`, `scheduled_job_id`) VALUES ('XXXXXXXXXXXX', 'Submit Popup Reminders', 0, 'Pending', '2024-12-02 20:43:01', NULL, NULL, NULL, 1, '2024-12-02 20:43:01', '2024-12-02 20:43:01', 'YYYYYYYYYYYYY') and everything works like a charm.
When I create a contact from an account record, so, automatically related to the account, the process gets blocked, and I find this process stuck at the MYSQL server:
I'll write it in the next post as I exceed the limit of characters per post.
This looks terribly complex, and I'm thinking that I may have messed up something and this is not going through? I had in previous CRMs issues with queries being too long, therefore breaking the system when trying to run, could it be the issue?
Oh ESPO logs are clean and nothing is there when this gets stuck, but the site where I'm creating the contact gets held and finally says timeout.
Let me know if you need further clarification, or if I displayed information that would be better kept hidden, I tried to remove some personal data from it.
Thanks a lot!
I'm having serious issues with my operation as since 3 days ago when certain actions are performed in my instance the CPU performance gets very damaged and eventually the whole server is blocked. I have at least, as I don't know if it's the only one, found one way to replicate this.
When I create a contact from the contact entity, I get a multiple processes at the DB server that goes something like this, I got this one when looking INSERT INTO `job` (`id`, `name`, `deleted`, `status`, `execute_time`, `queue`, `group`, `target_group`, `attempts`, `created_at`, `modified_at`, `scheduled_job_id`) VALUES ('XXXXXXXXXXXX', 'Submit Popup Reminders', 0, 'Pending', '2024-12-02 20:43:01', NULL, NULL, NULL, 1, '2024-12-02 20:43:01', '2024-12-02 20:43:01', 'YYYYYYYYYYYYY') and everything works like a charm.
When I create a contact from an account record, so, automatically related to the account, the process gets blocked, and I find this process stuck at the MYSQL server:
I'll write it in the next post as I exceed the limit of characters per post.
This looks terribly complex, and I'm thinking that I may have messed up something and this is not going through? I had in previous CRMs issues with queries being too long, therefore breaking the system when trying to run, could it be the issue?
Oh ESPO logs are clean and nothing is there when this gets stuck, but the site where I'm creating the contact gets held and finally says timeout.
Let me know if you need further clarification, or if I displayed information that would be better kept hidden, I tried to remove some personal data from it.
Thanks a lot!
Comment