question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am considering adding support for third-party, not necessarily-approved-by-us plugins. They would be placed in a Plugins/ folder which contain a folder for each plugin. The name of the folder would be the name of the python file which would be run, plugins would be able to choose at which point they are run through their own configurations, including multiple locations. In addition, allow async plugins.

The main loop:

<Plugin run location 1>
Data.update_conversion_rates()
Lending.transfer_balances()
<Plugin run location 2>
Lending.cancel_all()
<Plugin run location 3>
Lending.lend_all()
<Plugin run location 4>
log.refreshStatus()
log.persistStatus()
sys.stdout.flush()
<Plugin run location 5>
time.sleep()

Any thoughts?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
rnevetcommented, Feb 8, 2017

IMO stability, analysis and basic bot behavior are still lacking, and this isn’t a defined need.

1reaction
rnevetcommented, May 22, 2017

@Evanito I think I implemented this more or less in the AccountAnalysis 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Download Plugin] Support - WordPress.org
You must be logged in to create new topics. Download Plugin · Support Threads · Active Topics · Unresolved Topics · Reviews. Views....
Read more >
WordPress Plugins | WordPress.com Support
Get started by exploring our WordPress.com plugins showcase. Install a Plugin. This guide will show you how to install plugins on your site....
Read more >
15 Best Help-Desk Plugins for WordPress (And 5 Free Plugins)
This is one of the best WordPress support plugins on CodeCanyon. Live Chat is an open-source WordPress helpdesk. The WordPress technical support plugin...
Read more >
Awesome Support: The Best Helpdesk and Support Plugin For ...
Awesome Support is the most versatile and feature-rich help-desk plugin for WordPress. Get started for free and add premium features as your business...
Read more >
7 Best WordPress Help Desk Plugins for Customer Support
7 Best WordPress Help Desk Plugins for Customer Support · 1. Help Scout · 2. Zendesk for WordPress · 3. Awesome Support ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found