[PR #1992] [MERGED] feat: make dispatched jobs work in an async context #2006

Closed
opened 2026-02-26 03:33:01 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: sync-aware-job


📝 Commits (2)

  • 2aa3e8f chore(build): ignore changes in docs for most flows (#1989)
  • 74c2eaf feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1992 **Author:** [@phanan](https://github.com/phanan) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `sync-aware-job` --- ### 📝 Commits (2) - [`2aa3e8f`](https://github.com/koel/koel/commit/2aa3e8fcc7c6227810fa2accdc62e46b52e79699) chore(build): ignore changes in docs for most flows (#1989) - [`74c2eaf`](https://github.com/koel/koel/commit/74c2eaf7d227ec1a21da4c4ea1ef90a0f754018d) feat: make dispatched jobs work in an async context ### 📊 Changes **71 files changed** (+878 additions, -271 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2006
No description provided.