ISchedulerAddOrUpdateRecurringTopicMiningJob Method
Adds or updates a recurring job that mines projects by a topic.
Namespace: SECODashBackend.Services.SchedulerAssembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
void AddOrUpdateRecurringTopicMiningJob(
string topic,
string ecosystem,
int amount,
MiningFrequency miningFrequency
)
Parameters
- topic String
- The topic to mine by
- ecosystem String
- The ecosystem the request is linked to
- amount Int32
- The amount of projects to mine.
- miningFrequency MiningFrequency
- The frequency of mining.