Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes queue handling for eveapi jobs #381

Merged
merged 2 commits into from
Dec 24, 2023
Merged

Conversation

zenobio93
Copy link

Jobs for the eveapi not queued properly. Most Jobs were queue into "public" queue due queue override in constructor of "EsiBase" class.

I have removed this while default queue value is already set for public property $queue. Also Notification jobs now queue into "notifications" queue while they are highly important for pings on discord.

src/Jobs/EsiBase.php Outdated Show resolved Hide resolved
Copy link
Contributor

@recursivetree recursivetree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, can be merged @Crypta-Eve

@Crypta-Eve Crypta-Eve merged commit 4e39dca into eveseat:5.0.x Dec 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants