Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Different worker modes implemented #65

Merged
merged 4 commits into from
Sep 30, 2021
Merged

Conversation

tarampampam
Copy link
Collaborator

@tarampampam tarampampam commented Sep 30, 2021

Description

Added

  • Possibility to use different classes of workers for different worker modes

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam self-assigned this Sep 30, 2021
@codecov
Copy link

codecov bot commented Sep 30, 2021

Codecov Report

Merging #65 (0303698) into master (7e7cf60) will decrease coverage by 9.97%.
The diff coverage is 17.50%.

❗ Current head 0303698 differs from pull request most recent head 9c61320. Consider uploading reports for the commit 9c61320 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master      #65      +/-   ##
============================================
- Coverage     81.92%   71.95%   -9.98%     
- Complexity      284      293       +9     
============================================
  Files            57       57              
  Lines           653      674      +21     
============================================
- Hits            535      485      -50     
- Misses          118      189      +71     
Impacted Files Coverage Δ
src/Console/Commands/WorkerFactory.php 0.00% <0.00%> (ø)
src/Console/Commands/StartCommand.php 44.28% <38.88%> (-36.42%) ⬇️
src/Listeners/Traits/InvokerTrait.php 26.66% <0.00%> (-66.67%) ⬇️
src/Listeners/ResetLaravelSocialiteListener.php 63.63% <0.00%> (-27.28%) ⬇️
src/Listeners/UnqueueCookiesListener.php 75.00% <0.00%> (-25.00%) ⬇️
...eners/RebindNotificationChannelManagerListener.php 70.00% <0.00%> (-20.00%) ⬇️
src/Listeners/RebindMailManagerListener.php 66.66% <0.00%> (-16.67%) ⬇️
src/Listeners/FlushAuthenticationStateListener.php 69.23% <0.00%> (-15.39%) ⬇️
src/Listeners/RebindHttpKernelListener.php 75.00% <0.00%> (-12.50%) ⬇️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e7cf60...9c61320. Read the comment docs.

@tarampampam tarampampam marked this pull request as ready for review September 30, 2021 14:24
@tarampampam tarampampam merged commit b00b1b6 into master Sep 30, 2021
@tarampampam tarampampam deleted the different-worker-types branch September 30, 2021 14:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant