Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify SpiderKeeper model fields #100

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vikky-lin
Copy link

…nt spider),the job_instance_id may keep same.in this case,completed job list will be orderless.

modify the spider model:

  1. modify job_instance_id field type to string(16)
  2. modify project_id field type to string(16)
  3. add new field <project_id string(16)> to table table sk_project
    uuid4 will be generated and Intercept the first 16 strings assigned to job_instance_id except "-",i think this can keep unique in most case.

…t spider),the job_instance_id may keep same.in this case,completed job list will be orderless.

modify the spider model:
1. modify job_instance_id field type to string(16)
2. modify project_id field type to string(16)
3. add new field <project_id string(16)> to table table sk_project
uuid4 will be generated and Intercept the first 16 strings assigned to job_instance_id except "-",i think this can keep unique in most case.
…er_job,delivering to scrapyd to run a spider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant