delayed
a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- linter.yml
- job.rb
- limit.rb
- 01_create_delayed_jobs.rb
- 02_add_name_to_delayed_jobs.rb
- 03_add_index_to_delayed_jobs_name.rb
- 04_index_live_jobs.rb
- 05_index_failed_jobs.rb
- 06_set_postgres_fillfactor.rb
- 07_remove_legacy_index.rb
- 08_add_run_at_and_name_not_null_check.rb
- 09_validate_run_at_and_name_not_null.rb
- 10_create_delayed_limits.rb
- rails_6_0.gemfile
- rails_6_1.gemfile
- rails_7_0.gemfile
- rails_7_1.gemfile
- rails_7_2.gemfile
- rails_8_0.gemfile
- rails_8_1.gemfile
- rails_main.gemfile
- base.rb
- job_preparer.rb
- migration.rb
- connection.rb
- instrumentation.rb
- active_record.rb
- active_job_adapter.rb
- engine.rb
- exceptions.rb
- job_wrapper.rb
- lifecycle.rb
- limitable.rb
- message_sending.rb
- monitor.rb
- performable_mailer.rb
- performable_method.rb
- plugin.rb
- priority.rb
- psych_ext.rb
- runnable.rb
- syck_ext.rb
- tasks.rb
- version.rb
- worker.rb
- yaml_ext.rb
- delayed.rb
- delayed_job.rb
- delayed_job_active_record.rb
- clazz.rb
- instance_clazz.rb
- instance_struct.rb
- struct.rb
- job_spec.rb.snap
- monitor_spec.rb.snap
- migration_spec.rb
- instrumentation_spec.rb
- active_record_spec.rb
- active_job_adapter_spec.rb
- job_spec.rb
- limit_spec.rb
- limitable_spec.rb
- monitor_spec.rb
- priority_spec.rb
- tasks_spec.rb
- .rubocop.yml
- database.yml
- delayed_spec.rb
- helper.rb
- lifecycle_spec.rb
- message_sending_spec.rb
- performable_mailer_spec.rb
- performable_method_spec.rb
- psych_ext_spec.rb
- sample_jobs.rb
- worker_spec.rb
- yaml_ext_spec.rb
- .keep
- .gitignore
- .rspec
- .rubocop.yml
- .rubocop_todo.yml
- .ruby-version
- Appraisals
- CHANGELOG.md
- delayed.gemspec
- Gemfile
- Gemfile.lock
- LICENSE
- Rakefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Betterment/delayed
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd delayed
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
