defmodule Oban.Web.Crons.TableComponent do use Oban.Web, :live_component import Oban.Web.Crons.Helpers, only: [maybe_to_unix: 1, show_name?: 1, state_icon: 1] alias Oban.Web.{Colors, Cron} @sparkline_count 60 @sparkline_height 16 @sparkline_bar_width 4 @sparkline_gap 1 @impl Phoenix.LiveComponent def render(assigns) do ~H"""
Crons run jobs on a schedule. Configure them in your Oban supervisor or create them dynamically.