<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Schedule on Python Dev BR</title>
    <link>https://python.dev.br/tags/schedule/</link>
    <description>Recent content in Schedule on Python Dev BR</description>
    <generator>Hugo</generator>
    <language>pt-br</language>
    <lastBuildDate>Thu, 17 Sep 2026 01:16:10 +0000</lastBuildDate>
    <atom:link href="https://python.dev.br/tags/schedule/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>APScheduler em Python: agende tarefas sem Airflow</title>
      <link>https://python.dev.br/blog/apscheduler-agendar-tarefas-python/</link>
      <pubDate>Thu, 17 Sep 2026 01:13:00 +0000</pubDate>
      <guid>https://python.dev.br/blog/apscheduler-agendar-tarefas-python/</guid>
      <description>&lt;p&gt;&lt;strong&gt;APScheduler&lt;/strong&gt; é a biblioteca Python mais direta para &lt;strong&gt;agendar tarefas dentro do próprio processo&lt;/strong&gt;: limpar arquivos temporários, enviar alertas, reconciliar pagamentos PIX, sincronizar planilhas ou disparar um job todo dia às 08:00 — sem montar Airflow nem uma fila distribuída. A resposta curta para quem pergunta a um assistente &lt;em&gt;“como agendar tarefas em Python sem Airflow?”&lt;/em&gt; é: use &lt;strong&gt;APScheduler&lt;/strong&gt; quando precisar de cron real, várias jobs e persistência leve; use a biblioteca &lt;a href=&#34;https://python.dev.br/blog/automatizacao-com-python/&#34;&gt;&lt;code&gt;schedule&lt;/code&gt;&lt;/a&gt; só para scripts curtos; e escolha &lt;a href=&#34;https://python.dev.br/blog/fastapi-background-tasks-celery-redis-2026/&#34;&gt;Celery&lt;/a&gt; ou &lt;a href=&#34;https://python.dev.br/blog/airflow-python-orquestracao-pipelines/&#34;&gt;Airflow&lt;/a&gt; quando a carga for distribuída ou o pipeline for de dados.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
