mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1992] [MERGED] feat: make dispatched jobs work in an async context #2006
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2006
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/1992
Author: @phanan
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @phanan
Base:
master← Head:sync-aware-job📝 Commits (2)
2aa3e8fchore(build): ignore changes in docs for most flows (#1989)74c2eaffeat: make dispatched jobs work in an async context📊 Changes
71 files changed (+878 additions, -271 deletions)
View changed files
📝
.env.example(+1 -1)📝
.github/workflows/lint-backend.yml(+2 -0)📝
.github/workflows/test-backend-mariadb.yml(+2 -0)📝
.github/workflows/test-backend-pgsql.yml(+2 -0)📝
.github/workflows/test-backend-sqlite.yml(+2 -0)📝
.github/workflows/unit-frontend.yml(+0 -6)📝
app/Events/Event.php(+5 -7)📝
app/Events/SongLikeToggled.php(+1 -1)📝
app/Http/Controllers/API/AlbumSongController.php(+2 -2)📝
app/Http/Controllers/API/ArtistSongController.php(+2 -2)📝
app/Http/Controllers/API/FetchFavoriteSongsController.php(+2 -2)📝
app/Http/Controllers/API/FetchOverviewController.php(+4 -4)📝
app/Http/Controllers/API/FetchRandomSongsInGenreController.php(+2 -2)📝
app/Http/Controllers/API/FetchRecentlyPlayedSongController.php(+2 -2)📝
app/Http/Controllers/API/FetchSongsForQueueController.php(+2 -2)📝
app/Http/Controllers/API/GenreSongController.php(+2 -2)📝
app/Http/Controllers/API/PlaylistSongController.php(+3 -3)📝
app/Http/Controllers/API/Podcast/PodcastEpisodeController.php(+2 -2)📝
app/Http/Controllers/API/ScrobbleController.php(+8 -3)📝
app/Http/Controllers/API/SongController.php(+3 -2)...and 51 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.