Giter Club home page Giter Club logo

goscheduler's People

Contributors

advaitk7 avatar huddedar34 avatar its-secret avatar manishajhunjhunwala avatar shashank-huddedar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

goscheduler's Issues

Naming Cron Schedules uniquely to identify them based on the names.

Currently, we create cron schedules and provide all the required details within them. To identify which cron is for what task, we rely either on the cron expression or on the endpoints it is calling. We aim to also include a title within the cron expression, which can aid in its identification

Ringpop Replacement

Currently, we are using the Uber Ringpop library for distributed peer-to-peer connections. However, as Uber has ceased active development of this library, it is necessary to find a replacement which we can used in goscheduler that is actively maintained by the community.

Implementing Soft Delete: Setting Deletion Status Flag on Schedules

Currently, whenever we wish to delete a schedule, we perform a hard delete by removing the record from the database. However, completely removing the record from the database is not advisable, as we may need it for audit purposes. Therefore, we aim to implement the soft delete feature for schedules.

Support payload update in cron schedules

Since updating the payload is a common requirement, especially when users utilize schedules for performing actions (often for cron schedules), it is important to address this need. Currently, when we need to update the schedule payload, we must delete the existing cron and create a new one with the updated payload. Therefore, we aim to implement functionality that allows for updating the payload of existing cron schedules.

Implementing Audit Logs for Creation and Deletion Actions

We allow users to update the app (making it active/inactive) and modify apps configurations. However, since there are currently no audit logs getting stored, it is challenging to determine who made what changes. Therefore, we need to implement a process to store audit logs for any actions performed on the service.

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.