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

GO-181 Remove temporary jobs #548

Merged
merged 1 commit into from
Feb 10, 2025
Merged

GO-181 Remove temporary jobs #548

merged 1 commit into from
Feb 10, 2025

Conversation

luciajanikova
Copy link
Member

No description provided.

@luciajanikova luciajanikova requested a review from jsuchal February 6, 2025 14:12
@@ -2,7 +2,6 @@ class CreateInboxTag < ActiveRecord::Migration[7.1]
def up
Tenant.find_each do |tenant|
tenant.create_inbox_tag!(name: "Doručené", visible: false) unless tenant.inbox_tag
AddInboxTagToThreadsJob.set(job_context: :later).perform_later
Copy link
Member

Choose a reason for hiding this comment

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

best practice na jednorazove joby je potom ich asi davat len do migracie a nemusis to takto mazat.

@luciajanikova luciajanikova merged commit 7491965 into main Feb 10, 2025
3 checks passed
@luciajanikova luciajanikova deleted the GO-181/remove_tmp_jobs branch February 10, 2025 08:02
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.

2 participants