Giter Club home page Giter Club logo

Comments (11)

aprescott avatar aprescott commented on June 14, 2024

For (1) would it help to have lib/sidekiq_history which does nothing but require "sidekiq/history"? That's a fairly standard way of tackling gem extension naming so that you don't need to do that Gemfile stunt. I like the name sidekiq-history personally.

from sidekiq-statistic.

mperham avatar mperham commented on June 14, 2024

There's already a gem by that name. https://rubygems.org/gems/sidekiq-history

from sidekiq-statistic.

aprescott avatar aprescott commented on June 14, 2024

Sorry I meant lib/sidekiq_history.rb with the extension.

from sidekiq-statistic.

aprescott avatar aprescott commented on June 14, 2024

Ohhh. I see.

from sidekiq-statistic.

davydovanton avatar davydovanton commented on June 14, 2024

Mike, thanks for feedback 😊
About first point: I think I'll rename gem to sidekiq-statistic or something else. I don't like history name because I grab statistic information substantially. What do you think?

from sidekiq-statistic.

davydovanton avatar davydovanton commented on June 14, 2024
  1. I don't know about this. It's great tips, thanks 🌟
  2. Yes, you're absolutely right. Thanks for the tip

from sidekiq-statistic.

davydovanton avatar davydovanton commented on June 14, 2024

Also I want to remove this initializer from all my classes:

def initialize(days_previous, start_date = nil)
  @start_date = start_date || 
  @end_date = @start_date - days_previous
end

from sidekiq-statistic.

davydovanton avatar davydovanton commented on June 14, 2024

@mperham what do you think about chronikiq? 😄

from sidekiq-statistic.

mperham avatar mperham commented on June 14, 2024

How's the project going? Any ETA for this issue? That's a clever name but I would be worried if people would remember how to spell it. Ultimately it is your project and you can name it whatever you want.

from sidekiq-statistic.

davydovanton avatar davydovanton commented on June 14, 2024

@mperham I am working on thread-safe middleware now #26. I hope that I will complete this issue by the weekend 😬

from sidekiq-statistic.

sponomarev avatar sponomarev commented on June 14, 2024

@davydovanton great work, thanx!

from sidekiq-statistic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.