Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / joker1007/crono_trigger issues and pull requests

#57 - ci: fix cimplecov config and running ruby-version

Pull Request - State: closed - Opened by joker1007 5 months ago - 1 comment

#56 - Introduce db_error_retriable_options

Pull Request - State: closed - Opened by abicky 5 months ago - 3 comments

#54 - Change the type of crono_trigger_workers.polling_model_names to text

Pull Request - State: open - Opened by makimoto 6 months ago - 1 comment

#53 - Fix "NoMethodError: undefined method `each' for nil:NilClass"

Pull Request - State: closed - Opened by abicky 6 months ago - 3 comments

#52 - Fetch more than `limit` records in executables_with_lock to make the most use of CPU

Pull Request - State: closed - Opened by abicky 7 months ago - 1 comment

#51 - Pass coder class via keyword_args for Rails 7.1 and later

Pull Request - State: closed - Opened by itkrt2y 10 months ago - 1 comment

#50 - Fix to include started_at in job execution time

Pull Request - State: closed - Opened by itkrt2y over 1 year ago - 3 comments

#49 - Behaviour without specifying model names is odd

Issue - State: open - Opened by makimoto almost 2 years ago

#48 - Configuration file may not work as expected

Issue - State: open - Opened by makimoto almost 2 years ago

#47 - Add include CronoTrigger::Schedulable to the generator template

Pull Request - State: closed - Opened by makimoto almost 2 years ago

#46 - Rarely duplicate jobs are executed unexpectedly

Issue - State: open - Opened by koki1023 about 2 years ago

#45 - Add JS files

Pull Request - State: closed - Opened by abicky about 2 years ago

#44 - Update assets by "rake js:build"

Pull Request - State: closed - Opened by abicky about 2 years ago - 1 comment

#43 - Update files under public

Pull Request - State: closed - Opened by abicky about 2 years ago - 1 comment

#42 - Improve web UI

Pull Request - State: closed - Opened by abicky about 2 years ago - 1 comment

#41 - Fix executable_count when there are more than 75 executable records

Pull Request - State: closed - Opened by abicky about 2 years ago - 4 comments

#40 - Fix event names

Pull Request - State: closed - Opened by abicky about 2 years ago - 2 comments

#39 - Add Active Support Instrumentation events

Pull Request - State: closed - Opened by abicky about 2 years ago - 1 comment

#38 - Add `--fetch-records` option

Pull Request - State: closed - Opened by joker1007 about 2 years ago - 1 comment

#37 - Concurrent::RejectedExecutionError can occur if there are multiple polling threads

Issue - State: closed - Opened by abicky about 2 years ago - 1 comment

#36 - Fix worker metrics current_executing_size and current_queue_size

Pull Request - State: closed - Opened by abicky about 2 years ago

#35 - Reimplement efficient polling thread

Pull Request - State: closed - Opened by abicky about 2 years ago - 1 comment

#34 - Use Concurrent::ImmediateExecutor if concurrency is 1

Pull Request - State: closed - Opened by abicky about 2 years ago - 2 comments

#33 - Return from #poll if stop flag is set to true

Pull Request - State: closed - Opened by abicky about 2 years ago

#32 - Make PollThread work efficiently

Pull Request - State: closed - Opened by abicky about 2 years ago - 3 comments

#31 - typo fix

Pull Request - State: closed - Opened by rajyan about 2 years ago - 2 comments

#30 - fix(typo): rename from execute_thread to executor_thread

Pull Request - State: closed - Opened by koki1023 about 2 years ago - 1 comment

#29 - Add github actions

Pull Request - State: closed - Opened by joker1007 about 3 years ago - 1 comment

#28 - Fix worker_id option

Pull Request - State: closed - Opened by closer over 3 years ago - 1 comment

#27 - Fix typo

Pull Request - State: closed - Opened by itkrt2y about 4 years ago - 1 comment

#26 - Add current_cycle_id to detect retrying within a certain cycle

Pull Request - State: closed - Opened by joker1007 about 4 years ago - 1 comment

#25 - Change calculate_next_execute_at to return a value that considers the value of finished_at.

Pull Request - State: closed - Opened by closer about 4 years ago - 2 comments

#24 - Add GlobalExceptionHandler and refine error handling

Pull Request - State: closed - Opened by joker1007 over 4 years ago - 2 comments
Labels: enhancement

#23 - `#execute_now` for unpersisted model

Pull Request - State: closed - Opened by wanabe over 4 years ago - 1 comment

#22 - Add `#execute_now`

Pull Request - State: closed - Opened by wanabe over 4 years ago - 2 comments

#21 - Test against activerecord 5.2

Pull Request - State: closed - Opened by akihiro17 almost 5 years ago - 1 comment

#20 - Bump lodash.template from 4.4.0 to 4.5.0 in /web/app

Pull Request - State: closed - Opened by dependabot[bot] almost 5 years ago - 1 comment
Labels: dependencies

#19 - Bump handlebars from 4.0.12 to 4.5.1 in /web/app

Pull Request - State: closed - Opened by dependabot[bot] almost 5 years ago - 1 comment
Labels: dependencies

#18 - Bump lodash from 4.17.11 to 4.17.13 in /web/app

Pull Request - State: closed - Opened by dependabot[bot] almost 5 years ago - 1 comment
Labels: dependencies

#17 - Bump mixin-deep from 1.3.1 to 1.3.2 in /web/app

Pull Request - State: closed - Opened by dependabot[bot] almost 5 years ago - 1 comment
Labels: dependencies

#16 - Delete codes for debug

Pull Request - State: closed - Opened by bakunyo over 5 years ago

#15 - Make started_at nullable

Pull Request - State: closed - Opened by abicky over 5 years ago - 1 comment

#14 - Load "oj" in CronoTrigger::Web explicitly

Pull Request - State: closed - Opened by abicky over 5 years ago - 1 comment

#13 - Add CronoTrigger::Models::Execution model for tracking execution

Pull Request - State: closed - Opened by joker1007 over 5 years ago - 2 comments

#12 - Fix deadlock probrem

Pull Request - State: closed - Opened by joker1007 almost 6 years ago - 2 comments

#11 - Deadlock occurs if `poll` and `reset!` are called at the same time

Issue - State: closed - Opened by abicky almost 6 years ago - 1 comment

#10 - Make unlock_overflowed_records retryable

Pull Request - State: closed - Opened by joker1007 about 6 years ago - 1 comment

#9 - Implements admin web server

Pull Request - State: closed - Opened by joker1007 about 6 years ago - 1 comment

#8 - Add Reloader for rails

Pull Request - State: closed - Opened by closer over 6 years ago - 1 comment

#7 - Fix deprecation warning about `Dangerous query method` on AR-5.2.0

Pull Request - State: closed - Opened by joker1007 over 6 years ago

#6 - Fix: checked out connection is not used

Pull Request - State: closed - Opened by abicky over 6 years ago - 1 comment

#5 - Consider started_at column in `activate_schedule!`

Pull Request - State: closed - Opened by joker1007 about 7 years ago - 1 comment

#4 - Fix typo in CLI option

Pull Request - State: closed - Opened by edwardkenfox about 7 years ago - 2 comments

#3 - [ci skip] Add a needed attribute in 'README.md'

Pull Request - State: closed - Opened by sachin21 about 7 years ago - 6 comments

#1 - Tweak an indent for add_index

Pull Request - State: closed - Opened by sachin21 about 7 years ago - 3 comments