{{-- resources/views/admin/partials/automation-widget.blade.php --}}
Automation Engine
Active
{{ Cache::get('automation:mode', 'cron') }}
@if($lastRun = Cache::get('automation:last_run')) {{ $lastRun->diffForHumans() }} @else Never @endif
{{ Cache::get('automation:active_workers', 0) }}
{{ App\Models\JobQueue::where('status', 'pending')->count() }}
Heartbeat every 60 seconds
@push('scripts') @endpush