• Resolved danilopablo

    (@danilopablo)


    Olá, estou enfrentando grandes problemas no plugin, muita das vezes o processo de producao trava e nao volta mais, tive que retornar backups de meu site anterior para resolver diversas vezes, atualmente o erro constante é: circuit_breaker

    como faço para resolver?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Esteban

    (@estebandezafra)

    Hi there! Thank you for reporting this.

    The “circuit_breaker” message means your task queue was automatically paused after several consecutive errors. This is a safety feature to prevent tasks from failing repeatedly while something needs attention.

    To help you troubleshoot, could you please share a few details?

    1. Which AI text provider are you using? (OpenAI, OpenRouter, Anthropic, etc.)
    2. Which image provider are you using? (DALL-E, Stability, Fal, Cloudflare AI, etc.)
    3. Are you on a free or paid plan with your AI provider?
    4. Do you see any specific error message in BotWriter → Logs before the circuit_breaker appeared?

    In the meantime, please double-check that your API keys are correctly configured in BotWriter → Settings, and that your AI provider account still has available quota.

    Once we know more about your setup, we’ll be able to pinpoint the issue quickly!

    Thread Starter danilopablo

    (@danilopablo)

    1. Openrouter with deepseek 3.2
    2. Cloudflare FREE PLAN
    3. Openrouter paid plan
    4. image with errors:
    Thread Starter danilopablo

    (@danilopablo)

    I had to delete all my API keys because Botwriter was performing improvements using the API, but the posts weren’t going to my site. Could you check what might be happening simultaneously? I changed the AI ​​model, disabled image generation, but nothing solved the problem. I only incurred a large API charge even without new posts on my site

    Api usage exemple;

    Logs da API openrouter exemplificandado que o Botwritter realiza a solicitação mesmo sem ter novos posts em meu site overcentral.com/en ou overcentral.com.

    Plugin Author Esteban

    (@estebandezafra)

    Hi @danilopablo,

    Thanks for the details and screenshots — very helpful.

    What’s happening:
    Based on what you describe, the issue is that Cloudflare AI (free plan) is running out of quota (HTTP 429 error). When the image generation fails, the entire post was being marked as an error and retried — which calls OpenRouter again each time (costing you credits), but the image fails again. After many consecutive failures, the circuit breaker activates to stop the loop.

    This explains why you see API charges on OpenRouter without new posts on your site: the text was generated each retry, but the post was never published because the image step kept failing.

    Good news — we’ve already fixed this in the latest version:

    1. New setting: “Publish without image if image generation fails” — Go to BotWriter → Settings → General → Others. Enable this option so that if the image fails, the post is still published without a featured image instead of retrying.
    2. Smarter circuit breaker — The plugin now stops immediately when the circuit breaker is active, instead of retrying and wasting API credits.

    Recommended steps:

    1. Make sure you’re on the latest plugin version
    2. Re-enter your OpenRouter API key in BotWriter → Settings
    3. Enable “Publish without image if image generation fails” in Settings → General → Others
    4. For images, the Cloudflare AI free plan has very low daily limits. I’d recommend either:
      • Disable AI images in your tasks for now (simplest)
      • Switch to a different image provider (DALL-E, Stability AI, Fal.ai) with a paid API key
    5. To reset the circuit breaker, go to BotWriter → Settings and look for the notification banner — it should include a link to restart your queue. If you don’t see it, please let me know and I’ll help you reset it manually.

    Sorry for the trouble! These fixes should prevent this situation from happening again. Let me know how it goes.

    Thread Starter danilopablo

    (@danilopablo)

    Thank you for the excellent support, issue resolved.

    I will open another support ticket to resolve an error that causes a large amount of duplicate content generated by this plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.