---
title: "Interruptible Jobs in Laravel 13.7.0"
url: https://daily.dev/posts/interruptible-jobs-in-laravel-13-7-0-mfdtpjnvt
source_url: https://laravel-news.com/laravel-13-7-0
type: article
source: "Laravel News"
published: 2026-04-29T13:18:25.946Z
updated: 2026-04-29T13:30:38.207Z
tags: ["testing", "php", "laravel", "vite"]
reading_time: 3
upvotes: 53
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Interruptible Jobs in Laravel 13.7.0

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 53 upvotes · 4 comments

## Summary

Laravel v13.7.0 ships several new features: the Interruptible interface lets queued jobs respond to worker signals like SIGTERM for graceful cleanup, a new WorkerInterrupted event enables observability when workers receive signals, the @fonts Blade directive and Vite::fonts() method add font preload and inline style rendering from Vite font manifests, bulk JSON path assertions (assertJsonPaths/assertJsonMissingPaths) simplify testing multiple response values at once, and SortDirection enum support improves type safety in collection sorting. Additional improvements include LazyCollection keyBy() accepting BackedEnum, an isLocked() method on the Lock class, and enum support across several manager classes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-13-7-0>

## Similar posts on daily.dev

- [Queue-Wide Inspection Methods in Laravel 13.8.0](https://daily.dev/posts/queue-wide-inspection-methods-in-laravel-13-8-0-hgzecxgmv) · Laravel News · 19 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#vite](https://daily.dev/tags/vite)

[View this post on daily.dev](https://daily.dev/posts/interruptible-jobs-in-laravel-13-7-0-mfdtpjnvt)
