I am attempting to setup a cron job to run on a 24 hour interval within my chaincode. I am trying to use the following library to set up the scheduler: https://github.com/jasonlvhit/gocron. If I run this outside of Fabric in a standalone go file it runs as it should. But running it on a deployed chaincode it is not setting up a new scheduled task. Is there something in Fabric that is preventing this library from working within the chaincode? If that is the case, can you recommend another solution that would work with Fabric.
0条回答
相关问题
- How to add a new Orderer Organization to existing
- Why does this bash script work at console but fail
- cPanel cron job, no input file specified?
- Why is a valid path with a tilde not expanding in
- Use Session in Cronjob (Crontab)
相关文章
- When I generate MSP for some organization, I can c
- Does Composer needs an already built Fabric networ
- Hyperledger transaction verification
- crontab command not found in my git-bash for windo
- Hyperledger Fabric - Error while Instantiating cha
- Hyperledger fabric's ChannelCreationPolicy
- Cron scheduler of python script using notify-send
- what kind of peer types does hyperledger have?