Unclaimed project
Are you a maintainer of Laravel-Queue-Monitor? Claim this project to take control of your public changelog and roadmap.
Changelog
Monitoring Laravel Jobs with your Database
Last updated 8 months ago
Add the following fields to your queue monitor table:
exception_message (string, nullable)exception_class (long text, nullable)The job trait has been renamed to a more intuitive name.
- use romanzipp\QueueMonitor\Traits\QueueMonitor;
+ use romanzipp\QueueMonitor\Traits\IsMonitored;
- $monitor->basename()
- $monitor->basename
+ $monitor->getBasename()
- $monitor->parsed_data
+ $monitor->getData()
- $monitor->remaing_seconds
+ $monitor->getRemainingSeconds()
- $monitor->startedAtExact()
+ $monitor->getStartedAtExact()
- $monitor->finishedAtExact()
+ $monitor->getFinishedAtExact()
- $monitor->isSucceeded()
+ $monitor->hasSucceeded()
The getRemainingSeconds() method now always returns a float instead of float|null,
- public function getRemainingSeconds(): ?float
+ public function getRemainingSeconds(): float
+ $monitor->hasFailed()
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
☁️ Nextcloud server, a safe home for all your data
Laravel is a web application framework with expressive, elegant syntax.