Ujjwal Pathak
Ujjwal Pathak
Hello @ragesoss, I have tried to move the process to Sidekiq it is working fine. LMKWYT if this seems feasible, I'll continue with this approach to add other features.
Hey, I tried a few things to identify if there is a Sidekiq job already running? I am not able to figure out a clean way to do it. You...
Few of the options I tried- 1. Adding "redis" as a gem - using ```redis.set('training_update_in_progress', true)``` as a check if an older update is already running? This would need cleanup...
Hi @ragesoss, So I tried the approach you suggested, let me know if you suggest any changes in it. I have added a few tasks in the PR desc that...
@ragesoss I had a doubt. I was getting a DuplicateSlugError error for "editing-basics" slug while loading it from wiki_pages. what is the expected behaviour here? should the update_process skip it...
I wanted to ask how should these erros in prod behave? if an error is raised should it stop the workflow or that slug should be skipped and the workflow...
Hey @ragesoss, For errors like NoMatchingWikiPageFound, NoModuleFound and more... I cannot target a single row, currenlty I am solving this problem using a tacky solution but I am not finding...
Okay I'll use setting records to store the data, and I'll start to write tests to test the functionality
Hey @ragesoss I have been trying to tweek a lot of things here and there, but still there are a few loose ends to tie up. If you could can...
Hey @ragesoss, Most of the functionality is now working for me locally, but there is one issue I need some assistance with. I am adding a new initializer - WikiEduDashboard/config/initializers/training_update_process_cleanup.rb...