Skip to content

Enable crypto data fetching script to run as a multi-threaded process #2

@Blankscreen-exe

Description

@Blankscreen-exe

Currently the crypto data fetching script works on a single process. You need to use python's threading module to create a new thread.

The script will now include a function which takes in coin_name, currency_name, delay_time and number_of_threads as arguments, and it will start as many threads as represented by the number_of_threads argument.

make sure that if this function is called again, it will stop all of the previously running threads and start new ones with new arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions