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

#275 - publish post by activejob #290

Merged

Conversation

gamesover
Copy link
Contributor

@gamesover gamesover commented Feb 16, 2025

User is able to publish a post by scheduled publish time


Changes Made

  • add solid_queue and required db migration
  • publish post when post is created or updated
  • Added PublishPostJob, scheduled at now or in the past will run immidiately
  • add unit tests

Related Issues


Notes for Reviewers

  • in production we need to set env var SOLID_QUEUE_IN_PUMA=true if we want to run background job along with puma or we need to run in an independend process by running bin/job

Screenshots :
image

image

@leesheppard leesheppard merged commit 67f1e1f into rubyaustralia:main Feb 17, 2025
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
Development

Successfully merging this pull request may close these issues.

Blog feature
2 participants