gitlab-org--gitlab-foss/app/workers
Yorick Peterse 68a4c98f50 Cache output of Repository#exists?
This caches the output of Repository#exists? in Redis while making sure
it's flushed properly when creating new repositories, deleting them,
etc.

For the ProjectWiki tests to work I had to make ProjectWiki#create_repo!
public as testing private methods in RSpec is a bit of a pain.
2016-03-19 21:54:08 +01:00
..
build_email_worker.rb
delete_user_worker.rb
email_receiver_worker.rb
emails_on_push_worker.rb
gitlab_shell_one_shot_worker.rb Do not retry "git gc" 2016-03-17 11:02:11 +01:00
gitlab_shell_worker.rb
irker_worker.rb
merge_worker.rb
new_note_worker.rb
post_receive.rb Back-porting PostReceive refactor made for EE 🍺 2016-03-17 00:24:12 -03:00
project_cache_worker.rb
project_destroy_worker.rb
project_service_worker.rb
project_web_hook_worker.rb
repository_archive_cache_worker.rb
repository_fork_worker.rb Cache output of Repository#exists? 2016-03-19 21:54:08 +01:00
repository_import_worker.rb
stuck_ci_builds_worker.rb
system_hook_worker.rb