-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make Upvs::Drafts::ParseImportJob low priority #561
base: main
Are you sure you want to change the base?
Conversation
@@ -23,7 +23,7 @@ def create | |||
box: @box | |||
) | |||
|
|||
Upvs::Drafts::ParseImportJob.perform_later(import, author: Current.user) | |||
Upvs::Drafts::ParseImportJob.set(job_context: :later).perform_later(import, author: Current.user) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nie su uplne presvedceny ze toto chceme. Import je cez GUI a clovek ocakava, ze sa to tam objavi, kedze je to import tak default a nie asap ale later mi pride moc nie?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Podla mna nie, lebo ak ides toto robit (das si tu namahu vyrobit ZIP so vsetkymi poziadavkami naokolo), tak to nerobis pre par podani.
Ale uznavam, ze bezne mame vsetky hromadne akcie, ktore vyvolas cez GUI s default prioritou. No toto je podla mna speci pripad, kedy vieme, ze to bude velka vec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ono to jednorazové aj tak zavoláš z konzoly a tam si zavolaj prioritu akú treba či?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ked to robis jednorazovo, nejako bokom, tak ano. Ale ak to nahravas riadne cez GUI, tak nie, lebo rovno controller urci prioritu pri nahravani ZIPu.
Ale na dnesne pouzitie toto nepotrebujem, robim to bokom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Máme to niekde hlásené? Lebo pokým nevidíme problém tak asi nechytajme.
No description provided.