stablecoin-studio icon indicating copy to clipboard operation
stablecoin-studio copied to clipboard

feat: backend frequency configurable

Open AlbertoMolinaIoBuilders opened this issue 1 year ago โ€ข 0 comments

Description

Make backend scheduler frequency configurable through the .env file

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue) ๐Ÿž
  • [X] New feature (non-breaking change which adds functionality) โœจ
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ๐Ÿ’ฅ
  • [ ] This change requires a documentation update ๐Ÿ“–

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. ๐Ÿงช

  • [X] Manual Tests (npm run test)
  • [ ] Local Example (npx tsx examples/index.ts)
  • [ ] Local Github Actions (act pull_request)

Test Configuration:

  • Node version (latest LTS):
    • [ ] 16
    • [ ] 18
    • [ ] 20

Test Results (if any)

Checklist:

  • Style Guidelines (My code follows the style guidelines of this project) โœ…
  • Self-Review (I have performed a self-review of my own code) ๐Ÿ‘€
  • Code Comments (I have commented my code, particularly in hard-to-understand areas) ๐Ÿ’ฌ
  • Documentation Updates (I have made corresponding changes to the documentation) ๐Ÿ“š
  • Warning-Free Changes (My changes generate no new warnings) โš ๏ธ
  • Effective Tests (I have added tests that prove my fix is effective or that my feature works) โœ”๏ธ
  • Local Test Pass (New and existing unit tests pass locally with my changes) โœ…
  • Dependency Updates (Any dependent changes have been merged and published in downstream modules) ๐Ÿ”„
  • Spellcheck (I have checked my code and corrected any misspellings) ๐Ÿ“

AlbertoMolinaIoBuilders avatar May 24 '24 09:05 AlbertoMolinaIoBuilders