• amirbani

    (@amirbani)


    Hello
    I hope you are great

    I continue to receive the following errors on a daily basis

    [13-Nov-2023 02:00:50 UTC] WordPress database error Commands out of sync; you can't run this command now for query SELECT option_value FROM wpaz_options WHERE option_name = 'action_scheduler_lock_async-request-runner' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set, ActionScheduler_OptionLock->get_existing_lock
    [13-Nov-2023 02:00:50 UTC] WordPress database error Commands out of sync; you can't run this command now for query INSERT INTO wpaz_options (option_name, option_value, autoload) VALUES ('action_scheduler_lock_async-request-runner', '65518352dfe530.79484542|1699840910', 'no') made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set
    [13-Nov-2023 02:54:38 UTC] WordPress database error Commands out of sync; you can't run this command now for query SELECT option_value FROM wpaz_options WHERE option_name = 'action_scheduler_lock_async-request-runner' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_Lock->is_locked, ActionScheduler_OptionLock->get_expiration, ActionScheduler_OptionLock->get_existing_lock
    [13-Nov-2023 02:54:38 UTC] WordPress database error Commands out of sync; you can't run this command now for query SELECT option_value FROM wpaz_options WHERE option_name = 'action_scheduler_lock_async-request-runner' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set, ActionScheduler_OptionLock->get_existing_lock
    [13-Nov-2023 02:54:38 UTC] WordPress database error Commands out of sync; you can't run this command now for query SHOW FULL COLUMNS FROM wpaz_options made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set

    Why is there a solution to this problem?

Viewing 1 replies (of 1 total)
  • threadi

    (@threadi)

    This error message

    Commands out of sync; you can’t run this command now

    typically occurs when multiple database queries are executed in the wrong order. This error can occur in the context of WordPress when multiple processes are attempting to access the database but another query is already being executed. The key “action_scheduler_lock_async-request-runner” in your error points to the Plugin Jetpack possibly involved.

    I would recommend to troubleshoot the underlying cause of the problem, such as optimizing your database or disabling conflicting plugins.

Viewing 1 replies (of 1 total)
  • The topic ‘Message in error log’ is closed to new replies.